<ln> (Outline)

This element specifies an outline style that can be applied to a number of different objects such as shapes and text. The line allows for the specifying of many different types of outlines including even line dashes and bevels.

Parent Elements

<bottom>5.1.4.2.6); <defRPr>5.1.5.3.2); <endParaRPr>5.1.5.2.3); <insideH>5.1.4.2.14); <insideV>5.1.4.2.15); <left>5.1.4.2.18); <lnStyleLst>5.1.4.1.21); <right>5.1.4.2.22); <rPr>5.1.5.3.9); <spPr>5.6.2.29); <spPr>5.7.2.198); <spPr>5.8.2.23); <spPr>5.1.2.1.35); <spPr>4.4.1.41); <spPr>5.9.3.7); <spPr>5.2.2.6); <tl2br>5.1.4.2.31); <top>5.1.4.2.32); <tr2bl>5.1.4.2.33); <whole>5.9.3.9)

Child Elements

Subclause

<bevel> (Line Join Bevel)

§5.1.10.9

<custDash> (Custom Dash)

§5.1.10.21

<extLst> (Extension List)

§5.1.2.1.15

<gradFill> (Gradient Fill)

§5.1.10.33

<headEnd> (Line Head/End Style)

§5.1.10.38

<miter> (Miter Line Join)

§5.1.10.43

<noFill> (No Fill)

§5.1.10.44

<pattFill> (Pattern Fill)

§5.1.10.47

<prstDash> (Preset Dash)

§5.1.10.48

<round> (Round Line Join)

§5.1.10.52

<solidFill> (Solid Fill)

§5.1.10.54

<tailEnd> (Tail line end style)

§5.1.10.57

Attributes

Description

<algn> (Stroke Alignment)

Specifies the alignment to be used for the underline stroke.

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

<cap> (Line Ending Cap Type)

Specifies the ending caps that should be used for this line. Examples of cap types are rounded, flat, etc. If this attribute is omitted, than a value of square is assumed.

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

<cmpd> (Compound Line Type)

Specifies the compound line type to be used for the underline stroke. If this attribute is omitted, then a value of sng is assumed.

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

<w> (Line Width)

Specifies the width to be used for the underline stroke. If this attribute is omitted, then a value of 0 is assumed.

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

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

<complexType name="CT_LineProperties">
	<sequence>
	<group ref="EG_LineFillProperties" minOccurs="0" maxOccurs="1"/>
	<group ref="EG_LineDashProperties" minOccurs="0" maxOccurs="1"/>
	<group ref="EG_LineJoinProperties" minOccurs="0" maxOccurs="1"/>
	<element name="headEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
	<element name="tailEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="w" type="ST_LineWidth" use="optional"/>
	<attribute name="cap" type="ST_LineCap" use="optional"/>
	<attribute name="cmpd" type="ST_CompoundLine" use="optional"/>
	<attribute name="algn" type="ST_PenAlignment" use="optional"/>
</complexType>