HiddenScene3D Class
Defines the HiddenScene3D Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:hiddenScene3d.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Camera))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
<ChildElementInfoAttribute(GetType(Backdrop))> _
Public Class HiddenScene3D _
Inherits OpenXmlCompositeElement
用法
Dim instance As HiddenScene3D
[ChildElementInfoAttribute(typeof(ExtensionList))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Camera))]
[ChildElementInfoAttribute(typeof(LightRig))]
[ChildElementInfoAttribute(typeof(Backdrop))]
public class HiddenScene3D : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.Camera <a:camera>
DocumentFormat.OpenXml.Drawing.LightRig <a:lightRig>
DocumentFormat.OpenXml.Drawing.Backdrop <a:backdrop>
DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>
2.3.9 hiddenScene3d
Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main
A CT_Scene3D ([ISO/IEC-29500-1] section A.4.1) element that stores the 3d scene information of a scene when the 3d scene effects have been set to invisible.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="hiddenScene3d" type="a:CT_Scene3D"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.