<lnStyleLst> (Line Style List)

This element defines a list of three line styles for use within a theme. The three line styles are arranged in order from subtle to moderate to intense versions of lines. This list makes up part of the style matrix.

example:
<lnStyleLst>
  <ln w="9525" cap="flat" cmpd="sng" algn="ctr">
    <solidFill>
      <schemeClr val="phClr">
        <shade val="50000"/>
        <satMod val="103000"/>
      </schemeClr>
    </solidFill>
    <prstDash val="solid"/>
  </ln>
  <ln w="25400" cap="flat" cmpd="sng" algn="ctr">
    <solidFill>
      <schemeClr val="phClr"/>
    </solidFill>
    <prstDash val="solid"/>
  </ln>
  <ln w="38100" cap="flat" cmpd="sng" algn="ctr">
    <solidFill>
      <schemeClr val="phClr"/>
    </solidFill>
    <prstDash val="solid"/>
  </ln>
</lnStyleLst>

In this example, we see three lines defined within a line style list. The first line corresponds to the subtle line, the second to the moderate, and the third corresponds to the intense line defined in the theme. ]

Parent Elements

<fmtScheme>5.1.4.1.14)

Child Elements

Subclause

<ln> (Outline)

§5.1.2.1.24

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

<complexType name="CT_LineStyleList">
	<sequence>
	<element name="ln" type="CT_LineProperties" minOccurs="3" maxOccurs="unbounded"/>
	</sequence>
</complexType>