2.7.23 ST_TextVAlign
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 |
---|---|
top |
|
center |
|
bottom |
|
justify |
|
distributed |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_TextVAlign"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="top"/> <xsd:enumeration value="center"/> <xsd:enumeration value="bottom"/> <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).