19.5.14 bldLst
This element specifies the list of graphic elements to build. This refers to how the different sub-shapes or sub- components of a object are displayed. The different objects that can have build properties are text, diagrams, and charts.
[Example: Consider animating a pie chart but based on category as shown below:
The
<p:bldLst>
<p:bldGraphic spid="1" grpId="0">
<p:bldSub>
<a:bldChart bld="category"/>
</p:bldSub>
</p:bldGraphic>
</p:bldLst>
end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_BuildList) is located in A.3. end note]
Last updated on