public class CTPrintSettings extends java.lang.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.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 |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
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.
|
java.lang.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 |
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.
|
void |
setParent(java.lang.Object parent) |
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()
CTRelIdpublic void setLegacyDrawingHF(CTRelId value)
value - allowed object is
CTRelIdpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.