20.1.4.1.20 lnDef

This element defines a default line that is used within a document.

[Example: Consider the following example of a default line defined in DrawingML:

<lnDef>
  <spPr/>
  <bodyPr/>
  <lstStyle/>
  <style>
    <lnRef idx="1">
      <schemeClr val="accent2"/>
    </lnRef>
    <fillRef idx="0">
      <schemeClr val="accent2"/>
    </fillRef>
    <effectRef idx="0">
      <schemeClr val="accent2"/>
    </effectRef>
    <fontRef idx="minor">
      <schemeClr val="tx1"/>
    </fontRef>
  </style>
</lnDef>

In this example, we see that the default line for the document is being defined as a themed line which references the subtle line style with idx equal to 1. end example]

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

Last updated on