public class CTHeaderFooter extends java.lang.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 java.lang.Boolean |
alignWithMargins |
protected java.lang.Boolean |
differentFirst |
protected java.lang.Boolean |
differentOddEven |
protected java.lang.String |
evenFooter |
protected java.lang.String |
evenHeader |
protected java.lang.String |
firstFooter |
protected java.lang.String |
firstHeader |
protected java.lang.String |
oddFooter |
protected java.lang.String |
oddHeader |
| Constructor and Description |
|---|
CTHeaderFooter() |
| 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.
|
java.lang.String |
getEvenFooter()
Gets the value of the evenFooter property.
|
java.lang.String |
getEvenHeader()
Gets the value of the evenHeader property.
|
java.lang.String |
getFirstFooter()
Gets the value of the firstFooter property.
|
java.lang.String |
getFirstHeader()
Gets the value of the firstHeader property.
|
java.lang.String |
getOddFooter()
Gets the value of the oddFooter property.
|
java.lang.String |
getOddHeader()
Gets the value of the oddHeader property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the alignWithMargins property.
|
void |
setDifferentFirst(java.lang.Boolean value)
Sets the value of the differentFirst property.
|
void |
setDifferentOddEven(java.lang.Boolean value)
Sets the value of the differentOddEven property.
|
void |
setEvenFooter(java.lang.String value)
Sets the value of the evenFooter property.
|
void |
setEvenHeader(java.lang.String value)
Sets the value of the evenHeader property.
|
void |
setFirstFooter(java.lang.String value)
Sets the value of the firstFooter property.
|
void |
setFirstHeader(java.lang.String value)
Sets the value of the firstHeader property.
|
void |
setOddFooter(java.lang.String value)
Sets the value of the oddFooter property.
|
void |
setOddHeader(java.lang.String value)
Sets the value of the oddHeader property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.String oddHeader
protected java.lang.String oddFooter
protected java.lang.String evenHeader
protected java.lang.String evenFooter
protected java.lang.String firstHeader
protected java.lang.String firstFooter
protected java.lang.Boolean alignWithMargins
protected java.lang.Boolean differentOddEven
protected java.lang.Boolean differentFirst
public java.lang.String getOddHeader()
Stringpublic void setOddHeader(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOddFooter()
Stringpublic void setOddFooter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEvenHeader()
Stringpublic void setEvenHeader(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEvenFooter()
Stringpublic void setEvenFooter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstHeader()
Stringpublic void setFirstHeader(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstFooter()
Stringpublic void setFirstFooter(java.lang.String value)
value - allowed object is
Stringpublic boolean isAlignWithMargins()
Booleanpublic void setAlignWithMargins(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDifferentOddEven()
Booleanpublic void setDifferentOddEven(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDifferentFirst()
Booleanpublic void setDifferentFirst(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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–2025. All rights reserved.