2.7.22 ST_TextHAlign

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_FormControlPr

A simple type that specifies the vertical text alignment for the object. The valid values are included in the following table.

Value

Meaning

left

Left alignment

center

Center alignment

right

Right alignment

justify

Justify alignment

distributed

Distributed alignment

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

 <xsd:simpleType name="ST_TextHAlign">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="left"/>
     <xsd:enumeration value="center"/>
     <xsd:enumeration value="right"/>
     <xsd:enumeration value="justify"/>
     <xsd:enumeration value="distributed"/>
   </xsd:restriction>
 </xsd:simpleType>

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