Package | Description |
---|---|
org.zkoss.poi.hssf.extractor | |
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ExcelExtractor._extractHeaderFooter(HeaderFooter hf) |
Modifier and Type | Class and Description |
---|---|
class |
HeaderFooter
Common class for
HSSFHeader and HSSFFooter . |
class |
HSSFEvenFooter
Class to read and manipulate the footer of even page.
|
class |
HSSFEvenHeader
Class to read and manipulate the header of the even page.
|
class |
HSSFFirstFooter
Class to read and manipulate the footer of the first page.
|
class |
HSSFFirstHeader
Class to read and manipulate the header.
|
class |
HSSFFooter
Class to read and manipulate the footer.
|
class |
HSSFHeader
Class to read and manipulate the header.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Footer
Common definition of a HSSF or XSSF page footer.
|
interface |
Header
Common definition of a HSSF or XSSF page header.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvenFooter
Even page footer value.
|
class |
XSSFEvenHeader
Even page header value.
|
class |
XSSFFirstFooter
First page footer content.
|
class |
XSSFFirstHeader
First page header content.
|
class |
XSSFOddFooter
Odd page footer value.
|
class |
XSSFOddHeader
Odd page header value.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFHeaderFooter
Parent class of all XSSF headers and footers.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.