public class XSSFEvenFooter extends XSSFHeaderFooter implements Footer
Even page footer value. Corresponds to even printed pages. Even page(s) in the sheet may not be printed, for example, if the print area is specified to be a range such that it falls outside an even page's scope. If no even footer is specified, then the odd footer's value is assumed for even page footers.
The even footer is activated by the "Different Even/Odd" Header/Footer property for the sheet. If this property is not set, the even footer is ignored, and the odd footer is used instead.
Creating an even header or footer sets this property by default, so all you need to do to get an even header or footer to display is to create one. Likewise, if both the even header and footer are usnset, then this property is unset, and the odd header and footer are used for even pages.
Modifier | Constructor and Description |
---|---|
protected |
XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
Create an instance of XSSFEvenFooter from the supplied XML bean
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Get the content text representing the footer
|
void |
setText(java.lang.String text)
Set a text for the footer.
|
areFieldsStripped, getCenter, getHeaderFooter, getLeft, getRight, getValue, setAreFieldsStripped, setCenter, setLeft, setRight, stripFields
protected XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
headerFooter
- XSSFSheet.getEvenFooter()
public java.lang.String getText()
getText
in class XSSFHeaderFooter
public void setText(java.lang.String text)
setText
in class XSSFHeaderFooter
text
- - a string representing the footer.to see how to create a string with Header/Footer Formatting Syntax
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.