[Table of Contents] [docx version]
Error! No text of specified style in document.
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>
<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 (§5.9.2.19) |
Child Elements |
Subclause |
animLvl (Level Animation) |
§5.9.6.1 |
animOne (One by One Animation String) |
§5.9.6.2 |
bulletEnabled (Show Insert Bullet) |
§5.9.6.3 |
chMax (Maximum Children) |
§5.9.6.4 |
chPref (Preferred Number of Children) |
§5.9.6.5 |
dir (Diagram Direction) |
§5.9.6.6 |
hierBranch (Organization Chart Branch Style) |
§5.9.6.7 |
orgChart (Show Organization Chart User Interface) |
§5.9.6.8 |
resizeHandles (Shape Resize Style) |
§5.9.2.23 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LayoutVariablePropertySet">
<sequence>
<element name="orgChart" type="CT_OrgChart" minOccurs="0" maxOccurs="1"/>
<element name="chMax" type="CT_ChildMax" minOccurs="0" maxOccurs="1"/>
<element name="chPref" type="CT_ChildPref" minOccurs="0" maxOccurs="1"/>
<element name="bulletEnabled" type="CT_BulletEnabled" minOccurs="0" maxOccurs="1"/>
<element name="dir" type="CT_Direction" minOccurs="0" maxOccurs="1"/>
<element name="hierBranch" type="CT_HierBranchStyle" minOccurs="0" maxOccurs="1"/>
<element name="animOne" type="CT_AnimOne" minOccurs="0" maxOccurs="1"/>
<element name="animLvl" type="CT_AnimLvl" minOccurs="0" maxOccurs="1"/>
<element name="resizeHandles" type="CT_ResizeHandles" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>