<ST_PenAlignment> (Alignment Type)

This type specifies the Pen Alignment type for use within a text body.

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 Alignment)

Center pen (line drawn at center of path stroke).

<in> (Inset Alignment)

Inset pen (the pen is aligned on the inside of the edge of the path).

Referenced By

<ln@algn>5.1.2.1.24); <lnB@algn>5.1.6.3); <lnBlToTr@algn>5.1.6.4); <lnL@algn>5.1.6.5); <lnR@algn>5.1.6.6); <lnT@algn>5.1.6.7); <lnTlToBr@algn>5.1.6.8); <uLn@algn>5.1.5.3.14)

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

<simpleType name="ST_PenAlignment">
	<restriction base="xsd:token">
	<enumeration value="ctr"/>
	<enumeration value="in"/>
	</restriction>
</simpleType>