Package | Description |
---|---|
org.apache.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method | Description |
---|---|---|
PrintSetupRecord |
PageSettingsBlock.getPrintSetup() |
Returns the PrintSetupRecord.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PageSettingsBlock.setPrintSetup(PrintSetupRecord newPrintSetup) |
Sets the PrintSetupRecord.
|
Constructor | Description |
---|---|
HSSFPrintSetup(PrintSetupRecord printSetupRecord) |
Constructor.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.