<objectDefaults>
(Object Defaults)
This element allows for the definition of default shape, line, and textbox formatting properties. An application can use this information to format a shape (or text) initially on insertion into a document.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ObjectStyleDefaults">
<sequence>
<element name="spDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
<element name="lnDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
<element name="txDef" type="CT_DefaultShapeDefinition" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>