[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 (§4.6.13) |
Child Elements |
Subclause |
bldChart (Build Chart) |
§5.1.2.1.1 |
bldDgm (Build Diagram) |
§5.1.2.1.2 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnimationGraphicalObjectBuildProperties">
<choice>
<element name="bldDgm" type="CT_AnimationDgmBuildProperties"/>
<element name="bldChart" type="CT_AnimationChartBuildProperties"/>
</choice>
</complexType>