<bldDgm>
(Build Diagram)
This element specifies how to build the animation for a diagram.
example:
<p:bdldLst> <p:bldGraphic spid="4" grpId="0"> <p:bldSub> <a:bldDgm bld="one"/> </p:bldSub> </p:bldGraphic> </p:bldLst>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies how the chart will be built. The animation will animate 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 (§5.1.12.7). |
|
Specifies whether the animation of the objects in this diagram should be reversed or not. If this attribute is not specified, a value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnimationDgmBuildProperties">
<attribute name="bld" type="ST_AnimationDgmBuildType" use="optional" default="allAtOnce"/>
<attribute name="rev" type="xsd:boolean" use="optional" default="false"/>
</complexType>