|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.usermodel.extensions.XSSFHeaderFooter org.apache.poi.xssf.usermodel.XSSFOddFooter
public class XSSFOddFooter
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 | |
---|---|
XSSFOddFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
Create an instance of XSSFOddFooter from the supplied XML bean |
Method Summary | |
---|---|
java.lang.String |
getText()
Get the content text representing the footer |
void |
setText(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.ss.usermodel.Footer |
---|
getCenter, getLeft, getRight, setCenter, setLeft, setRight |
Constructor Detail |
---|
public XSSFOddFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
headerFooter
- XSSFSheet.getOddFooter()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |