Footer
, HeaderFooter
public class XSSFFirstFooter extends XSSFHeaderFooter implements Footer
Modifier | Constructor | Description |
---|---|---|
protected |
XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter) |
Create an instance of XSSFFirstFooter from the supplied XML bean
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getText() |
Get the content text representing the footer
|
void |
setText(java.lang.String text) |
Set a text for the footer.
|
getCenter, getLeft, getRight, setCenter, setLeft, setRight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areFieldsStripped, getCenter, getHeaderFooter, getLeft, getRight, getValue, setAreFieldsStripped, setCenter, setLeft, setRight, stripFields
protected XSSFFirstFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
headerFooter
- XSSFSheet.getFirstFooter()
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 2018 The Apache Software Foundation or its licensors, as applicable.