Freigeben über


HiddenScene3D-Klasse

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.

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Camera))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
<ChildElementInfoAttribute(GetType(Backdrop))> _
Public Class HiddenScene3D _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As HiddenScene3D
[ChildElementInfoAttribute(typeof(ExtensionList))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Camera))]
[ChildElementInfoAttribute(typeof(LightRig))]
[ChildElementInfoAttribute(typeof(Backdrop))]
public class HiddenScene3D : OpenXmlCompositeElement

Hinweise

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).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

HiddenScene3D-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace