BuildSubElement Class
Build Sub Elements.When the object is serialized out as xml, its qualified name is p:bldSub.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.BuildSubElement
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(BuildDiagram))> _
<ChildElementInfoAttribute(GetType(BuildChart))> _
Public Class BuildSubElement _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As BuildSubElement
[ChildElementInfoAttribute(typeof(BuildDiagram))]
[ChildElementInfoAttribute(typeof(BuildChart))]
public class BuildSubElement : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.BuildDiagram <a:bldDgm>
DocumentFormat.OpenXml.Drawing.BuildChart <a:bldChart>
[ISO/IEC 29500-1 редакция 1]
19.5.17 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 |
---|
bldGraphic (§19.5.13) |
Child Elements |
Subclause |
---|---|
bldChart (Build Chart) |
§20.1.2.2.1 |
bldDgm (Build Diagram) |
§20.1.2.2.2 |
[Note: The W3C XML Schema definition of this element's content model (CT_AnimationGraphicalObjectBuildProperties) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
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.