2.6.4.6 ST_LineCap

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

Referenced by: CT_TextOutlineEffect

A simple type that specifies how to cap the ends of lines.

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

Value

Meaning

rnd

Rounded ends. Semi-circle protrudes by half line width.

sq

Square protrudes by half line width.

flat

Line ends at endpoint.

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

 <xsd:simpleType name="ST_LineCap">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="rnd"/>
     <xsd:enumeration value="sq"/>
     <xsd:enumeration value="flat"/>
   </xsd:restriction>
 </xsd:simpleType>

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