[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_LineCap (End Line Cap)

This type specifies how to cap the ends of lines. This also affects the ends of line segments for dashed lines.

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

flat (Flat Line Cap)

Line ends at end point.

rnd (Round Line Cap)

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

sq (Square Line Cap)

Square protrudes by half line width.

 

Referenced By

ln@cap5.1.2.1.24); lnB@cap5.1.6.3); lnBlToTr@cap5.1.6.4); lnL@cap5.1.6.5); lnR@cap5.1.6.6); lnT@cap5.1.6.7); lnTlToBr@cap5.1.6.8); uLn@cap5.1.5.3.14)

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

<simpleType name="ST_LineCap">

   <restriction base="xsd:token">

   <enumeration value="rnd"/>

   <enumeration value="sq"/>

   <enumeration value="flat"/>

   </restriction>

</simpleType>