org.apache.poi.xssf.usermodel
Class XSSFEvenFooter
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.extensions.XSSFHeaderFooter
-
- org.apache.poi.xssf.usermodel.XSSFEvenFooter
-
- All Implemented Interfaces:
- Footer, HeaderFooter
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.
-
-
Constructor Summary
Constructors Constructor and Description XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)Create an instance of XSSFEvenFooter from the supplied XML bean
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetText()Get the content text representing the footervoidsetText(java.lang.String text)Set a text for the footer.-
Methods inherited from class org.apache.poi.xssf.usermodel.extensions.XSSFHeaderFooter
areFieldsStripped, getCenter, getHeaderFooter, getLeft, getRight, getValue, setAreFieldsStripped, setCenter, setLeft, setRight, stripFields
-
-
-
-
Constructor Detail
-
XSSFEvenFooter
public XSSFEvenFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
Create an instance of XSSFEvenFooter from the supplied XML bean- Parameters:
headerFooter-- See Also:
XSSFSheet.getEvenFooter()
-
-
Method Detail
-
getText
public java.lang.String getText()
Get the content text representing the footer- Specified by:
getTextin classXSSFHeaderFooter- Returns:
- text
-
setText
public void setText(java.lang.String text)
Set a text for the footer. If null unset the value.- Parameters:
text- - a string representing the footer.- See Also:
to see how to create a string with Header/Footer Formatting Syntax
-
-
DataMelt 3.0 © DataMelt by jWork.ORG