2.4.45 ST_enmReadOrder

Referenced by: CT_Alignment, CT_Cell

Horizontal text reading order.

The following table shows the enumeration values for this type.

Value

Meaning

Context

Same reading order as the sheet (1).

LeftToRight

Left-to-right reading order.

RightToLeft

Right-to-left reading order.

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

 <xs:simpleType name="ST_enmReadOrder">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Context"/>
     <xs:enumeration value="LeftToRight"/>
     <xs:enumeration value="RightToLeft"/>
   </xs:restriction>
 </xs:simpleType>

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