VariableList-Klasse
Variable List.When the object is serialized out as xml, its qualified name is dgm:varLst.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
DocumentFormat.OpenXml.Drawing.Diagrams.VariableList
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class VariableList _
Inherits LayoutVariablePropertySetType
'Usage
Dim instance As VariableList
public class VariableList : LayoutVariablePropertySetType
Hinweise
The following table lists the possible child types:
OrganizationChart <dgm:orgChart>
MaxNumberOfChildren <dgm:chMax>
PreferredNumberOfChildren <dgm:chPref>
BulletEnabled <dgm:bulletEnabled>
Direction <dgm:dir>
HierarchyBranch <dgm:hierBranch>
AnimateOneByOne <dgm:animOne>
AnimationLevel <dgm:animLvl>
ResizeHandles <dgm:resizeHandles>
[ISO/IEC 29500-1 1. Ausgabe]
21.4.2.31 varLst (Variable List)
This element consists of a list of variables which interact with user interface components.
[Example: Consider the following example of a varLst in a DrawingML diagram:
<varLst>
<chMax val="2" />
<dir val="norm" />
<resizeHandles val="exact" />
</varLst>
In this example we see different variables being defined which modify the behavior of user interface components directly. end example]
Parent Elements |
---|
layoutNode (§21.4.2.19) |
Child Elements |
Subclause |
---|---|
animLvl (Level Animation) |
§21.4.6.1 |
animOne (One by One Animation String) |
§21.4.6.2 |
bulletEnabled (Show Insert Bullet) |
§21.4.6.3 |
chMax (Maximum Children) |
§21.4.6.4 |
chPref (Preferred Number of Children) |
§21.4.6.5 |
dir (Diagram Direction) |
§21.4.6.6 |
hierBranch (Organization Chart Branch Style) |
§21.4.6.7 |
orgChart (Show Organization Chart User Interface) |
§21.4.6.8 |
resizeHandles (Shape Resize Style) |
§21.4.2.23 |
[Note: The W3C XML Schema definition of this element's content model (CT_LayoutVariablePropertySet) is located in §A.5.3. 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.