Class CTObjectStyleDefaults

java.lang.Object
org.docx4j.dml.CTObjectStyleDefaults
All Implemented Interfaces:
Child

public class CTObjectStyleDefaults extends Object implements Child

Java class for CT_ObjectStyleDefaults complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ObjectStyleDefaults">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="spDef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_DefaultShapeDefinition" minOccurs="0"/>
         <element name="lnDef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_DefaultShapeDefinition" minOccurs="0"/>
         <element name="txDef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_DefaultShapeDefinition" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>