VariableList class

Office 2013 and later

Variable List. When the object is serialized out as xml, its qualified name is dgm:varLst.

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: