[Table of Contents] [docx version]

Error! No text of specified style in document.

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

theme5.1.8.9)

 

Child Elements

Subclause

extLst (Extension List)

§5.1.2.1.15

lnDef (Line Default)

§5.1.4.1.20

spDef (Shape Default)

§5.1.4.1.27

txDef (Text Default)

§5.1.4.1.28

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>