Specifies the type of vertical alignment.
<Vertical />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
Alignment | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. |
None.
None.
<xsd:element name="Vertical" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Automatic" />
<xsd:enumeration value="Bottom" />
<xsd:enumeration value="Center" />
<xsd:enumeration value="Distributed" />
<xsd:enumeration value="Justify" />
<xsd:enumeration value="Top" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>