2.6.4.11 ST_PenAlignment

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_TextOutlineEffect

A simple type that specifies the pen alignment type to be used.

Possible values for this type are listed in the following table.

Value

Meaning

ctr

Center pen. The line is drawn at the center of the path stroke.

in

Inset pen. The pen is aligned along the inside of the path.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

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

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).