BuildDiagram-Klasse
Build Diagram.When the object is serialized out as xml, its qualified name is a:bldDgm.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.BuildDiagram
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class BuildDiagram _
Inherits OpenXmlLeafElement
'Usage
Dim instance As BuildDiagram
public class BuildDiagram : OpenXmlLeafElement
Hinweise
[ISO/IEC 29500-1 1. Ausgabe]
20.1.2.2.2 bldDgm (Build Diagram)
This element specifies how to build the animation for a diagram.
[Example: Consider having a diagram appear as on entity as opposed to by section. The bldDgm element should be used as follows:
<p:bdldLst>
<p:bldGraphic spid="4" grpId="0">
<p:bldSub>
<a:bldDgm bld="one"/>
</p:bldSub>
</p:bldGraphic>
</p:bldLst>
end example]
Parent Elements |
---|
bldSub (§19.5.17) |
Attributes |
Description |
---|---|
bld (Build) |
Specifies how the chart is built. The animation animates the sub-elements in the container in the particular order defined by this attribute. The possible values for this attribute are defined by the ST_AnimationDgmBuildType simple type (§20.1.10.7). |
rev (Reverse Animation) |
Specifies whether the animation of the objects in this diagram should be reversed or not. If this attribute is not specified, a value of false is assumed. 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_AnimationDgmBuildProperties) 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.