Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Field and Description |
---|---|
protected FooterRecord |
Sheet.footer |
Modifier and Type | Method and Description |
---|---|
FooterRecord |
Sheet.getFooter()
Returns the FooterRecord.
|
Modifier and Type | Method and Description |
---|---|
void |
Sheet.setFooter(FooterRecord newFooter)
Sets the FooterRecord.
|
Modifier and Type | Field and Description |
---|---|
(package private) FooterRecord |
HSSFFooter.footerRecord |
Constructor and Description |
---|
HSSFFooter(FooterRecord footerRecord)
Constructor.
|
Copyright © 2015 Open Microscopy Environment