<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 |
---|---|
|
Center pen (line drawn at center of path stroke). |
|
Inset pen (the pen is aligned on the inside of the edge of the path). |
Referenced By |
---|
|
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>