<ST_TextAnchorHorizontal>
(Text Anchor Horizontal)
This simple type defines horizontal anchor points for text.
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 text to be anchored to the center. |
|
Specifies no horizontal text anchor. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextAnchorHorizontal" final="restriction">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="ctr"/>
</restriction>
</simpleType>