java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTPrintSettings

public class CTPrintSettings extends Object

Java class for CT_PrintSettings complex type.

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

 <complexType name="CT_PrintSettings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="headerFooter" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_HeaderFooter" minOccurs="0"/>
         <element name="pageMargins" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PageMargins" minOccurs="0"/>
         <element name="pageSetup" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PageSetup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTPrintSettings

      public CTPrintSettings()
  • Method Details

    • getHeaderFooter

      public CTHeaderFooter getHeaderFooter()
      Gets the value of the headerFooter property.
      Returns:
      possible object is CTHeaderFooter
    • setHeaderFooter

      public void setHeaderFooter(CTHeaderFooter value)
      Sets the value of the headerFooter property.
      Parameters:
      value - allowed object is CTHeaderFooter
    • getPageMargins

      public CTPageMargins getPageMargins()
      Gets the value of the pageMargins property.
      Returns:
      possible object is CTPageMargins
    • setPageMargins

      public void setPageMargins(CTPageMargins value)
      Sets the value of the pageMargins property.
      Parameters:
      value - allowed object is CTPageMargins
    • getPageSetup

      public CTPageSetup getPageSetup()
      Gets the value of the pageSetup property.
      Returns:
      possible object is CTPageSetup
    • setPageSetup

      public void setPageSetup(CTPageSetup value)
      Sets the value of the pageSetup property.
      Parameters:
      value - allowed object is CTPageSetup