Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFFooter
Class to read and manipulate the footer.
|
Modifier and Type | Method and Description |
---|---|
Footer |
Sheet.getFooter()
Gets the user model for the default document footer.
|
Modifier and Type | Method and Description |
---|---|
Footer |
SXSSFSheet.getFooter()
Gets the user model for the default document footer.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvenFooter
Even page footer value.
|
class |
XSSFFirstFooter
First page footer content.
|
class |
XSSFOddFooter
Odd page footer value.
|
Modifier and Type | Method and Description |
---|---|
Footer |
XSSFSheet.getEvenFooter()
Returns the even footer.
|
Footer |
XSSFSheet.getFirstFooter()
Returns the first page footer.
|
Footer |
XSSFSheet.getFooter()
Returns the default footer for the sheet,
creating one as needed.
|
Footer |
XSSFSheet.getOddFooter()
Returns the odd footer.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.