BuildGraphics Class
Build Graphics.When the object is serialized out as xml, its qualified name is p:bldGraphic.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.BuildGraphics
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(BuildAsOne))> _
<ChildElementInfoAttribute(GetType(BuildSubElement))> _
Public Class BuildGraphics _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As BuildGraphics
[ChildElementInfoAttribute(typeof(BuildAsOne))]
[ChildElementInfoAttribute(typeof(BuildSubElement))]
public class BuildGraphics : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
BuildAsOne <p:bldAsOne>
BuildSubElement <p:bldSub>
[ISO/IEC 29500-1 1st Edition]
19.5.13 bldGraphic (Build Graphics)
This element specifies how to build a graphical element.
[Example: Consider having a chart graphical element appear as a whole as opposed to by a category. The <bldGraphic> element should be used as follows:
<p:bldLdst> <p:bldGraphic spid="3" grpId="0"> <p:bldSub> <a:bldChart bld="category"/> </p:bldSub> </p:bldGraphic> </p:bldLst>
end example]
Parent Elements |
---|
bldLst (§19.5.14) |
Child Elements |
Subclause |
---|---|
bldAsOne (Build As One) |
§19.5.11 |
bldSub (Build Sub Elements) |
§19.5.17 |
Attributes |
Description |
---|---|
grpId (Group ID) |
This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
spid (Shape ID) |
This attribute describes the shape to which the build applies. The possible values for this attribute are defined by the ST_ShapeID simple type (§20.1.10.55). |
uiExpand (Expand UI) |
This attribute describes the view option indicating if the build should be displayed expanded. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_TLGraphicalObjectBuild) is located in §A.3. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.