<ST_StrokeEndCap> (Stroke End Cap Type)

This simple type specifies the styles for the end of a stroke.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<flat> (Flat End)

Flat end

<round> (Round End)

Round end

<square> (Square End)

Square end

Referenced By

<bottom@endcap>6.2.2.1); <column@endcap>6.2.2.6); <left@endcap>6.2.2.15); <right@endcap>6.2.2.25); <stroke@endcap>6.1.2.21); <top@endcap>6.2.2.31)

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

<simpleType name="ST_StrokeEndCap">
	<restriction base="xsd:string">
	<enumeration value="flat"/>
	<enumeration value="square"/>
	<enumeration value="round"/>
	</restriction>
</simpleType>