BuildSubElement class
Office 2013 and later
Build Sub Elements. When the object is serialized out as xml, its qualified name is p:bldSub.
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.BuildSubElement
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.BuildSubElement
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
bldSub (Build Sub Elements)
This element specifies the animation properties of a graphical object's sub-elements.
[Example: Consider applying animation to a graphical element consisting of a diagram. The <bldSub> element should be used as follows:
<p:bldLst>
<p:bldGraphic spid="5" grpId="0">
<p:bldSub>
<a:bldDgm bld="one"/>
</p:bldSub>
</p:bldGraphic>
</p:bldLst>end example]
Parent Elements |
|---|
bldGraphic (§19.5.13) |
Child Elements | Subclause |
|---|---|
bldChart (Build Chart) | §20.1.2.2.1 |
bldDgm (Build Diagram) | §20.1.2.2.2 |
[Note: The W3C XML Schema definition of this element’s content model (CT_AnimationGraphicalObjectBuildProperties) is located in §A.4.1. end note]
© ISO/IEC29500: 2008.
Show: