Freigeben über


Scene3DType-Klasse

3D Scene Properties.When the object is serialized out as xml, its qualified name is a:scene3d.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Scene3DType

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Hinweise

The following table lists the possible child types:

  • Camera <a:camera>

  • LightRig <a:lightRig>

  • Backdrop <a:backdrop>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

20.1.4.1.26 scene3d (3D Scene Properties)

This element defines optional scene-level 3D properties to apply to an object.

Parent Elements

bodyPr (§21.1.2.1.1); effectStyle (§20.1.4.1.11); grpSpPr (§21.3.2.14); grpSpPr (§20.1.2.2.22); grpSpPr (§20.5.2.18); grpSpPr (§19.3.1.23); spPr (§21.2.2.197); spPr (§21.3.2.23); spPr (§21.4.3.7); spPr (§20.1.2.2.35); spPr (§20.2.2.6); spPr (§20.5.2.30); spPr (§19.3.1.44)

Child Elements

Subclause

backdrop (Backdrop Plane)

§20.1.5.2

camera (Camera)

§20.1.5.5

extLst (Extension List)

§20.1.2.2.15

lightRig (Light Rig)

§20.1.5.9

[Note: The W3C XML Schema definition of this element's content model (CT_Scene3D) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

Scene3DType-Member

DocumentFormat.OpenXml.Drawing-Namespace