20.1.4.1.21 lnStyleLst

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:

Consider the following example of a line style list within DrawingML:

<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. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_LineStyleList) is located in A.4.1. end note]

Last updated on