public class CTHeaderFooter
extends java.lang.Object
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://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="oddFooter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="evenHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="evenFooter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="firstHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="firstFooter" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
|---|---|
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.
|
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.
|
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
BooleanCopyright © 2007–2023. All rights reserved.