[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
horz (Horizontal) |
Specifies that the text is to be horizontal. |
vert (Vertical Direction) |
Specifies that the text is to be vertical. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
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>