次の方法で共有


Scene3DType Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • Camera <a:camera>

  • LightRig <a:lightRig>

  • Backdrop <a:backdrop>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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

Scene3DType Members

DocumentFormat.OpenXml.Drawing Namespace