Class SectPrBase

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

public class SectPrBase extends 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>
 
  • Field Details

  • Constructor Details

    • SectPrBase

      public SectPrBase()
  • Method Details

    • getFootnotePr

      public CTFtnProps getFootnotePr()
      Gets the value of the footnotePr property.
      Returns:
      possible object is CTFtnProps
    • setFootnotePr

      public void setFootnotePr(CTFtnProps value)
      Sets the value of the footnotePr property.
      Parameters:
      value - allowed object is CTFtnProps
    • getEndnotePr

      public CTEdnProps getEndnotePr()
      Gets the value of the endnotePr property.
      Returns:
      possible object is CTEdnProps
    • setEndnotePr

      public void setEndnotePr(CTEdnProps value)
      Sets the value of the endnotePr property.
      Parameters:
      value - allowed object is CTEdnProps
    • getType

      public SectPr.Type getType()
      Gets the value of the type property.
      Returns:
      possible object is SectPr.Type
    • setType

      public void setType(SectPr.Type value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is SectPr.Type
    • getPgSz

      public SectPr.PgSz getPgSz()
      Gets the value of the pgSz property.
      Returns:
      possible object is SectPr.PgSz
    • setPgSz

      public void setPgSz(SectPr.PgSz value)
      Sets the value of the pgSz property.
      Parameters:
      value - allowed object is SectPr.PgSz
    • getPgMar

      public SectPr.PgMar getPgMar()
      Gets the value of the pgMar property.
      Returns:
      possible object is SectPr.PgMar
    • setPgMar

      public void setPgMar(SectPr.PgMar value)
      Sets the value of the pgMar property.
      Parameters:
      value - allowed object is SectPr.PgMar
    • getPaperSrc

      public CTPaperSource getPaperSrc()
      Gets the value of the paperSrc property.
      Returns:
      possible object is CTPaperSource
    • setPaperSrc

      public void setPaperSrc(CTPaperSource value)
      Sets the value of the paperSrc property.
      Parameters:
      value - allowed object is CTPaperSource
    • getPgBorders

      public SectPr.PgBorders getPgBorders()
      Gets the value of the pgBorders property.
      Returns:
      possible object is SectPr.PgBorders
    • setPgBorders

      public void setPgBorders(SectPr.PgBorders value)
      Sets the value of the pgBorders property.
      Parameters:
      value - allowed object is SectPr.PgBorders
    • getLnNumType

      public CTLineNumber getLnNumType()
      Gets the value of the lnNumType property.
      Returns:
      possible object is CTLineNumber
    • setLnNumType

      public void setLnNumType(CTLineNumber value)
      Sets the value of the lnNumType property.
      Parameters:
      value - allowed object is CTLineNumber
    • getPgNumType

      public CTPageNumber getPgNumType()
      Gets the value of the pgNumType property.
      Returns:
      possible object is CTPageNumber
    • setPgNumType

      public void setPgNumType(CTPageNumber value)
      Sets the value of the pgNumType property.
      Parameters:
      value - allowed object is CTPageNumber
    • getCols

      public CTColumns getCols()
      Gets the value of the cols property.
      Returns:
      possible object is CTColumns
    • setCols

      public void setCols(CTColumns value)
      Sets the value of the cols property.
      Parameters:
      value - allowed object is CTColumns
    • getFormProt

      public BooleanDefaultTrue getFormProt()
      Gets the value of the formProt property.
      Returns:
      possible object is BooleanDefaultTrue
    • setFormProt

      public void setFormProt(BooleanDefaultTrue value)
      Sets the value of the formProt property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getVAlign

      public CTVerticalJc getVAlign()
      Gets the value of the vAlign property.
      Returns:
      possible object is CTVerticalJc
    • setVAlign

      public void setVAlign(CTVerticalJc value)
      Sets the value of the vAlign property.
      Parameters:
      value - allowed object is CTVerticalJc
    • getNoEndnote

      public BooleanDefaultTrue getNoEndnote()
      Gets the value of the noEndnote property.
      Returns:
      possible object is BooleanDefaultTrue
    • setNoEndnote

      public void setNoEndnote(BooleanDefaultTrue value)
      Sets the value of the noEndnote property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getTitlePg

      public BooleanDefaultTrue getTitlePg()
      Gets the value of the titlePg property.
      Returns:
      possible object is BooleanDefaultTrue
    • setTitlePg

      public void setTitlePg(BooleanDefaultTrue value)
      Sets the value of the titlePg property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getTextDirection

      public TextDirection getTextDirection()
      Gets the value of the textDirection property.
      Returns:
      possible object is TextDirection
    • setTextDirection

      public void setTextDirection(TextDirection value)
      Sets the value of the textDirection property.
      Parameters:
      value - allowed object is TextDirection
    • getBidi

      public BooleanDefaultTrue getBidi()
      Gets the value of the bidi property.
      Returns:
      possible object is BooleanDefaultTrue
    • setBidi

      public void setBidi(BooleanDefaultTrue value)
      Sets the value of the bidi property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getRtlGutter

      public BooleanDefaultTrue getRtlGutter()
      Gets the value of the rtlGutter property.
      Returns:
      possible object is BooleanDefaultTrue
    • setRtlGutter

      public void setRtlGutter(BooleanDefaultTrue value)
      Sets the value of the rtlGutter property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getDocGrid

      public CTDocGrid getDocGrid()
      Gets the value of the docGrid property.
      Returns:
      possible object is CTDocGrid
    • setDocGrid

      public void setDocGrid(CTDocGrid value)
      Sets the value of the docGrid property.
      Parameters:
      value - allowed object is CTDocGrid
    • getPrinterSettings

      public CTRel getPrinterSettings()
      Gets the value of the printerSettings property.
      Returns:
      possible object is CTRel
    • setPrinterSettings

      public void setPrinterSettings(CTRel value)
      Sets the value of the printerSettings property.
      Parameters:
      value - allowed object is CTRel
    • getFootnoteColumns

      public CTDecimalNumber getFootnoteColumns()
      Gets the value of the footnoteColumns property.
      Returns:
      possible object is CTDecimalNumber
    • setFootnoteColumns

      public void setFootnoteColumns(CTDecimalNumber value)
      Sets the value of the footnoteColumns property.
      Parameters:
      value - allowed object is CTDecimalNumber
    • getRsidRPr

      public String getRsidRPr()
      Gets the value of the rsidRPr property.
      Returns:
      possible object is String
    • setRsidRPr

      public void setRsidRPr(String value)
      Sets the value of the rsidRPr property.
      Parameters:
      value - allowed object is String
    • getRsidDel

      public String getRsidDel()
      Gets the value of the rsidDel property.
      Returns:
      possible object is String
    • setRsidDel

      public void setRsidDel(String value)
      Sets the value of the rsidDel property.
      Parameters:
      value - allowed object is String
    • getRsidR

      public String getRsidR()
      Gets the value of the rsidR property.
      Returns:
      possible object is String
    • setRsidR

      public void setRsidR(String value)
      Sets the value of the rsidR property.
      Parameters:
      value - allowed object is String
    • getRsidSect

      public String getRsidSect()
      Gets the value of the rsidSect property.
      Returns:
      possible object is String
    • setRsidSect

      public void setRsidSect(String value)
      Sets the value of the rsidSect property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.