| 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 PrintSetupRecord |
Sheet.printSetup |
| Modifier and Type | Method and Description |
|---|---|
PrintSetupRecord |
Sheet.getPrintSetup()
Returns the PrintSetupRecord.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.setPrintSetup(PrintSetupRecord newPrintSetup)
Sets the PrintSetupRecord.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PrintSetupRecord |
HSSFPrintSetup.printSetupRecord |
| Constructor and Description |
|---|
HSSFPrintSetup(PrintSetupRecord printSetupRecord)
Constructor.
|
Copyright © 2016 Open Microscopy Environment