[Table of Contents] [docx version]

Error! No text of specified style in document.

headEnd (Line Head/End Style)

This element specifies decorations which can be added to the head of a line.

Parent Elements

ln5.1.2.1.24); lnB5.1.6.3); lnBlToTr5.1.6.4); lnL5.1.6.5); lnR5.1.6.6); lnT5.1.6.7); lnTlToBr5.1.6.8); uLn5.1.5.3.14)

 

Attributes

Description

len (Length of Head/End)

Specifies the line end length in relation to the line width.

 

The possible values for this attribute are defined by the ST_LineEndLength simple type (§5.1.12.32).

type (Line Head/End Type)

Specifies the line end decoration, such as a triangle or arrowhead.

 

The possible values for this attribute are defined by the ST_LineEndType simple type (§5.1.12.33).

w (Width of Head/End)

Specifies the line end width in relation to the line width.

 

The possible values for this attribute are defined by the ST_LineEndWidth simple type (§5.1.12.34).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_LineEndProperties">

   <attribute name="type" type="ST_LineEndType" use="optional"/>

   <attribute name="w" type="ST_LineEndWidth" use="optional"/>

   <attribute name="len" type="ST_LineEndLength" use="optional"/>

</complexType>