public class XSSFFirstHeader extends XSSFHeaderFooter implements Header
The first page header is activated by the "Different First" Header/Footer property for the sheet. If this property is not set, the first page header is ignored.
Creating a first page header or footer sets this property by default, so all you need to do to get an first page header or footer to display is to create one. Likewise, if both the first page header and footer are usnset, then this property is unset, and the first page header and footer are ignored.
Modifier | Constructor and Description |
---|---|
protected |
XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
Create an instance of XSSFFirstHeader from the supplied XML bean
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Get the content text representing this header
|
void |
setText(java.lang.String text)
Set a text for the header.
|
areFieldsStripped, getCenter, getHeaderFooter, getLeft, getRight, getValue, setAreFieldsStripped, setCenter, setLeft, setRight, stripFields
protected XSSFFirstHeader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
XSSFSheet.getFirstHeader()
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 header.to see how to create a string with Header/Footer Formatting Syntax
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.