<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@cap>5.1.2.1.24); <lnB@cap>5.1.6.3); <lnBlToTr@cap>5.1.6.4); <lnL@cap>5.1.6.5); <lnR@cap>5.1.6.6); <lnT@cap>5.1.6.7); <lnTlToBr@cap>5.1.6.8); <uLn@cap>5.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>