Class SectPrBase

java.lang.Object
org.docx4j.wml.SectPrBase
All Implemented Interfaces:
Child

public class SectPrBase
extends java.lang.Object
implements Child

Java class for CT_SectPrBase complex type.

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

 <complexType name="CT_SectPrBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_SectPrContents" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}AG_SectPrAttributes"/>
     </restriction>
   </complexContent>
 </complexType>