Freigeben über


BuildSubElement-Klasse

Build Sub Elements.When the object is serialized out as xml, its qualified name is p:bldSub.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.BuildSubElement

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(BuildDiagram))> _
<ChildElementInfoAttribute(GetType(BuildChart))> _
Public Class BuildSubElement _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As BuildSubElement
[ChildElementInfoAttribute(typeof(BuildDiagram))]
[ChildElementInfoAttribute(typeof(BuildChart))]
public class BuildSubElement : OpenXmlCompositeElement

Hinweise

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. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

BuildSubElement-Member

DocumentFormat.OpenXml.Presentation-Namespace