public class CTPrintSettings extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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.
|
void |
setParent(Object parent) |
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
CTPageSetuppublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.