2.4.20 ST_layoutChildren

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_LayoutContainer

Specifies the direction that the child controls of a container control are laid out.

Value

Meaning

horizontal

Specifies that the child controls are laid out horizontally.

vertical

Specifies that the child controls are laid out vertically.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_layoutChildren">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="horizontal"/>
     <xsd:enumeration value="vertical"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).