Class CTPrintSettings
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTPrintSettings
public class CTPrintSettings
extends java.lang.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 Summary
Fields Modifier and Type Field Description protected CTHeaderFooterheaderFooterprotected CTPageMarginspageMarginsprotected CTPageSetuppageSetup -
Constructor Summary
Constructors Constructor Description CTPrintSettings() -
Method Summary
Modifier and Type Method Description CTHeaderFootergetHeaderFooter()Gets the value of the headerFooter property.CTPageMarginsgetPageMargins()Gets the value of the pageMargins property.CTPageSetupgetPageSetup()Gets the value of the pageSetup property.voidsetHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidsetPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidsetPageSetup(CTPageSetup value)Sets the value of the pageSetup property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pageMargins
-
pageSetup
-
Constructor Details
-
CTPrintSettings
public CTPrintSettings()
-
-
Method Details
-
getPageMargins
Gets the value of the pageMargins property.- Returns:
- possible object is
CTPageMargins
-
setPageMargins
Sets the value of the pageMargins property.- Parameters:
value- allowed object isCTPageMargins
-
getPageSetup
Gets the value of the pageSetup property.- Returns:
- possible object is
CTPageSetup
-
setPageSetup
Sets the value of the pageSetup property.- Parameters:
value- allowed object isCTPageSetup