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