[Table of Contents] [docx version]

Error! No text of specified style in document.

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

prSet5.9.3.4)

 

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>