BuildDiagram Class

Build Diagram.When the object is serialized out as xml, its qualified name is a:bldDgm.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.BuildDiagram

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

Syntax

'宣言
Public Class BuildDiagram _
    Inherits OpenXmlLeafElement
'使用
Dim instance As BuildDiagram
public class BuildDiagram : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 初版]

20.1.2.2.2 bldDgm (Build Diagram)

This element specifies how to build the animation for a diagram.

[Example: Consider having a diagram appear as on entity as opposed to by section. The bldDgm element should be used as follows:

<p:bdldLst>
<p:bldGraphic spid="4" grpId="0">
<p:bldSub>
<a:bldDgm bld="one"/>
</p:bldSub>
</p:bldGraphic>
</p:bldLst>

end example]

Parent Elements

bldSub (§19.5.17)

Attributes

Description

bld (Build)

Specifies how the chart is built. The animation animates the sub-elements in the container in the particular order defined by this attribute.

The possible values for this attribute are defined by the ST_AnimationDgmBuildType simple type (§20.1.10.7).

rev (Reverse Animation)

Specifies whether the animation of the objects in this diagram should be reversed or not. If this attribute is not specified, a value of false is assumed.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_AnimationDgmBuildProperties) 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

BuildDiagram Members

DocumentFormat.OpenXml.Drawing Namespace