<ST_TextBlockDirection>
(Text Block Direction)
This simple type defines different layout options for text within a node.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that the text is to be horizontal. |
|
Specifies that the text is to be vertical. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextBlockDirection" final="restriction">
<restriction base="xsd:token">
<enumeration value="horz"/>
<enumeration value="vert"/>
</restriction>
</simpleType>