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.openxmlformats.org/drawingml/2006/chart}CT_HeaderFooter" minOccurs="0"/>
<element name="pageMargins" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PageMargins" minOccurs="0"/>
<element name="pageSetup" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PageSetup" minOccurs="0"/>
<element name="legacyDrawingHF" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RelId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTHeaderFooter |
headerFooter |
protected CTRelId |
legacyDrawingHF |
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.
|
CTRelId |
getLegacyDrawingHF()
Gets the value of the legacyDrawingHF 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 |
setLegacyDrawingHF(CTRelId value)
Sets the value of the legacyDrawingHF 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
protected CTRelId legacyDrawingHF
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
CTPageSetuppublic CTRelId getLegacyDrawingHF()
CTRelIdCopyright © 2007-2019. All Rights Reserved.