次の方法で共有


Scene3D Class

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

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(Camera))> _
<ChildElementInfoAttribute(GetType(LightRig))> _
<ChildElementInfoAttribute(GetType(Backdrop))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class Scene3D _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As Scene3D
[ChildElementInfoAttribute(typeof(Camera))]
[ChildElementInfoAttribute(typeof(LightRig))]
[ChildElementInfoAttribute(typeof(Backdrop))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class Scene3D : 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>

[ISO/IEC 29500-1 初版]

21.4.5.5 scene3d (3-D Scene)

The 3-D scene which consists of a camera, a light rig, and an optional backdrop to catch shadows.

Parent Elements

styleDef (§21.4.5.7); styleLbl (§21.4.5.10)

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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.

See Also

Reference

Scene3D Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace