<ST_TextAnchorVertical> (Text Anchor Vertical)

This simple type defines vertical 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

<b> (Bottom)

Specifies text to be anchored to the bottom.

<mid> (Middle)

Specifies text to be anchored to the middle.

<t> (Top)

Specifies text to be anchored to the top.

Referenced By

<ST_ParameterVal>5.9.7.49)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TextAnchorVertical" final="restriction">
	<restriction base="xsd:token">
	<enumeration value="t"/>
	<enumeration value="mid"/>
	<enumeration value="b"/>
	</restriction>
</simpleType>