public class CTHeaderFooter extends 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://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 |
---|---|
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.
|
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.
|
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()
String
public void setOddHeader(String value)
value
- allowed object is
String
public String getOddFooter()
String
public void setOddFooter(String value)
value
- allowed object is
String
public String getEvenHeader()
String
public void setEvenHeader(String value)
value
- allowed object is
String
public String getEvenFooter()
String
public void setEvenFooter(String value)
value
- allowed object is
String
public String getFirstHeader()
String
public void setFirstHeader(String value)
value
- allowed object is
String
public String getFirstFooter()
String
public void setFirstFooter(String value)
value
- allowed object is
String
public boolean isAlignWithMargins()
Boolean
public void setAlignWithMargins(Boolean value)
value
- allowed object is
Boolean
public boolean isDifferentOddEven()
Boolean
public void setDifferentOddEven(Boolean value)
value
- allowed object is
Boolean
public boolean isDifferentFirst()
Boolean
Copyright © 2007-2019. All Rights Reserved.