BuildList class
Build List. When the object is serialized out as xml, its qualified name is p:bldLst.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.BuildList
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
bldLst (Build List)
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 <bldList> element should be used as follows:
<p:bldLst>
<p:bldGraphic spid="1" grpId="0">
<p:bldSub>
<a:bldChart bld="category"/>
</p:bldSub>
</p:bldGraphic>
</p:bldLst>end example]
Parent Elements |
|---|
timing (§19.3.1.48) |
Child Elements | Subclause |
|---|---|
bldDgm (Build Diagram) | §19.5.12 |
bldGraphic (Build Graphics) | §19.5.13 |
bldOleChart (Build Embedded Chart) | §19.5.15 |
bldP (Build Paragraph) | §19.5.16 |
[Note: The W3C XML Schema definition of this element’s content model (CT_BuildList) is located in §A.3. end note]
© ISO/IEC29500: 2008.