public class CTHeaderFooter extends Object implements Child
Java class for CT_HeaderFooter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_HeaderFooter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oddHeader" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
<element name="oddFooter" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
<element name="evenHeader" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
<element name="evenFooter" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
<element name="firstHeader" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
<element name="firstFooter" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring" minOccurs="0"/>
</sequence>
<attribute name="alignWithMargins" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="differentOddEven" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="differentFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alignWithMargins |
protected Boolean |
differentFirst |
protected Boolean |
differentOddEven |
protected String |
evenFooter |
protected String |
evenHeader |
protected String |
firstFooter |
protected String |
firstHeader |
protected String |
oddFooter |
protected String |
oddHeader |
| Constructor and Description |
|---|
CTHeaderFooter() |
| 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.
|
String |
getEvenFooter()
Gets the value of the evenFooter property.
|
String |
getEvenHeader()
Gets the value of the evenHeader property.
|
String |
getFirstFooter()
Gets the value of the firstFooter property.
|
String |
getFirstHeader()
Gets the value of the firstHeader property.
|
String |
getOddFooter()
Gets the value of the oddFooter property.
|
String |
getOddHeader()
Gets the value of the oddHeader property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isAlignWithMargins()
Gets the value of the alignWithMargins property.
|
boolean |
isDifferentFirst()
Gets the value of the differentFirst property.
|
boolean |
isDifferentOddEven()
Gets the value of the differentOddEven property.
|
void |
setAlignWithMargins(Boolean value)
Sets the value of the alignWithMargins property.
|
void |
setDifferentFirst(Boolean value)
Sets the value of the differentFirst property.
|
void |
setDifferentOddEven(Boolean value)
Sets the value of the differentOddEven property.
|
void |
setEvenFooter(String value)
Sets the value of the evenFooter property.
|
void |
setEvenHeader(String value)
Sets the value of the evenHeader property.
|
void |
setFirstFooter(String value)
Sets the value of the firstFooter property.
|
void |
setFirstHeader(String value)
Sets the value of the firstHeader property.
|
void |
setOddFooter(String value)
Sets the value of the oddFooter property.
|
void |
setOddHeader(String value)
Sets the value of the oddHeader property.
|
void |
setParent(Object parent) |
protected String oddHeader
protected String oddFooter
protected String evenHeader
protected String evenFooter
protected String firstHeader
protected String firstFooter
protected Boolean alignWithMargins
protected Boolean differentOddEven
protected Boolean differentFirst
public String getOddHeader()
Stringpublic void setOddHeader(String value)
value - allowed object is
Stringpublic String getOddFooter()
Stringpublic void setOddFooter(String value)
value - allowed object is
Stringpublic String getEvenHeader()
Stringpublic void setEvenHeader(String value)
value - allowed object is
Stringpublic String getEvenFooter()
Stringpublic void setEvenFooter(String value)
value - allowed object is
Stringpublic String getFirstHeader()
Stringpublic void setFirstHeader(String value)
value - allowed object is
Stringpublic String getFirstFooter()
Stringpublic void setFirstFooter(String value)
value - allowed object is
Stringpublic boolean isAlignWithMargins()
Booleanpublic void setAlignWithMargins(Boolean value)
value - allowed object is
Booleanpublic boolean isDifferentOddEven()
Booleanpublic void setDifferentOddEven(Boolean value)
value - allowed object is
Booleanpublic boolean isDifferentFirst()
Booleanpublic void setDifferentFirst(Boolean value)
value - allowed object is
Booleanpublic 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-2020. All Rights Reserved.