Class CTPrintSettings
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTPrintSettings
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
FieldsModifier and TypeFieldDescriptionprotected CTHeaderFooterprotected CTPageMarginsprotected CTPageSetup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the headerFooter property.Gets the value of the pageMargins property.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.
-
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