Package org.apache.poi.xssf.usermodel
Class XSSFOddFooter
java.lang.Object
org.apache.poi.xssf.usermodel.extensions.XSSFHeaderFooter
org.apache.poi.xssf.usermodel.XSSFOddFooter
- All Implemented Interfaces:
Footer
,HeaderFooter
Odd page footer value. Corresponds to odd printed pages.
Odd 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 odd page's scope.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XSSFOddFooter
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter) Create an instance of XSSFOddFooter from the supplied XML bean -
Method Summary
Methods inherited from class org.apache.poi.xssf.usermodel.extensions.XSSFHeaderFooter
areFieldsStripped, getCenter, getHeaderFooter, getLeft, getRight, getValue, setAreFieldsStripped, setCenter, setLeft, setRight, stripFields
-
Constructor Details
-
Method Details
-
getText
Get the content text representing the footer- Specified by:
getText
in classXSSFHeaderFooter
- Returns:
- text
-
setText
Set a text for the footer. If null unset the value.- Specified by:
setText
in classXSSFHeaderFooter
- Parameters:
text
- - a string representing the footer.- See Also:
-