[Table of Contents] [docx version]

Error! No text of specified style in document.

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@algn5.1.2.1.24); lnB@algn5.1.6.3); lnBlToTr@algn5.1.6.4); lnL@algn5.1.6.5); lnR@algn5.1.6.6); lnT@algn5.1.6.7); lnTlToBr@algn5.1.6.8); uLn@algn5.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>