<presLayoutVars>
(Presentation Layout Variables)
This element specified the layout property set. This set of properties determine different aspects concerning the layout of a diagram. All of the elements associated with enabling or disabling aspects of the user interface are also defined here.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>