<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

<ctr> (Center)

Specifies text to be anchored to the center.

<none> (None)

Specifies no horizontal text anchor.

Referenced By

<ST_ParameterVal>5.9.7.49)

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>