<ST_NodeHorizontalAlignment>
(Node Horizontal Alignment)
This simple type defines the horizontal alignment of 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 center alignment. |
|
Specifies left alignment. |
|
Specifies right alignment. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_NodeHorizontalAlignment" final="restriction">
<restriction base="xsd:token">
<enumeration value="l"/>
<enumeration value="ctr"/>
<enumeration value="r"/>
</restriction>
</simpleType>