<lnDef> (Line Default)
This element defines a default line that is used within a document.
example:
<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. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DefaultShapeDefinition">
<sequence>
<element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
<element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1"/>
<element name="lstStyle" type="CT_TextListStyle" minOccurs="1" maxOccurs="1"/>
<element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>