<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 |
---|
|
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>