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>
| Modifier and Type | Field and Description |
|---|---|
protected CTHeaderFooter |
headerFooter |
protected CTPageMargins |
pageMargins |
protected CTPageSetup |
pageSetup |
| Constructor and Description |
|---|
CTPrintSettings() |
| Modifier and Type | Method and Description |
|---|---|
CTHeaderFooter |
getHeaderFooter()
Gets the value of the headerFooter property.
|
CTPageMargins |
getPageMargins()
Gets the value of the pageMargins property.
|
CTPageSetup |
getPageSetup()
Gets the value of the pageSetup property.
|
void |
setHeaderFooter(CTHeaderFooter value)
Sets the value of the headerFooter property.
|
void |
setPageMargins(CTPageMargins value)
Sets the value of the pageMargins property.
|
void |
setPageSetup(CTPageSetup value)
Sets the value of the pageSetup property.
|
protected CTHeaderFooter headerFooter
protected CTPageMargins pageMargins
protected CTPageSetup pageSetup
public CTHeaderFooter getHeaderFooter()
CTHeaderFooterpublic void setHeaderFooter(CTHeaderFooter value)
value - allowed object is
CTHeaderFooterpublic CTPageMargins getPageMargins()
CTPageMarginspublic void setPageMargins(CTPageMargins value)
value - allowed object is
CTPageMarginspublic CTPageSetup getPageSetup()
CTPageSetuppublic void setPageSetup(CTPageSetup value)
value - allowed object is
CTPageSetupCopyright © 2007–2025. All rights reserved.