Specifies the direction of text.
<ReadingOrder />
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="ReadingOrder" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Context" />
<xsd:enumeration value="LeftToRight" />
<xsd:enumeration value="RightToLeft" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>