2.4.1 ST_align

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

Referenced by: CT_LayoutContainer

Specifies the position where the child controls of a container control are aligned.

Value

Meaning

topLeft

Specifies that the child controls are aligned at the top left of the container.

top

Specifies that the child controls are aligned at the top of the container.

topRight

Specifies that the child controls are aligned at the top right of the container.

left

Specifies that the child controls are aligned at the left side of the container.

center

Specifies that the child controls are aligned at the center of the container.

right

Specifies that the child controls are aligned at the right side of the container.

bottomLeft

Specifies that the child controls are aligned at the bottom left of the container.

bottom

Specifies that the child controls are aligned at the bottom of the container.

bottomRight

Specifies that the child controls are aligned at the bottom right of the container.

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

 <xsd:simpleType name="ST_align">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="topLeft"/>
     <xsd:enumeration value="top"/>
     <xsd:enumeration value="topRight"/>
     <xsd:enumeration value="left"/>
     <xsd:enumeration value="center"/>
     <xsd:enumeration value="right"/>
     <xsd:enumeration value="bottomLeft"/>
     <xsd:enumeration value="bottom"/>
     <xsd:enumeration value="bottomRight"/>
   </xsd:restriction>
 </xsd:simpleType>

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