Class SectPr

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

public class SectPr
extends java.lang.Object
implements Child

Java class for CT_SectPr complex type.

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

 <complexType name="CT_SectPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_HdrFtrReferences" maxOccurs="6" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_SectPrContents" minOccurs="0"/>
         <element name="sectPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SectPrChange" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}AG_SectPrAttributes"/>
     </restriction>
   </complexContent>
 </complexType>