| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.util |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFSheet.createSplitPane(int xSplitPos,
int ySplitPos,
int leftmostColumn,
int topRow,
PaneType activePane)
Creates a split pane.
|
| Modifier and Type | Method and Description |
|---|---|
static PaneType |
PaneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaneType[] |
PaneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.createSplitPane(int xSplitPos,
int ySplitPos,
int leftmostColumn,
int topRow,
PaneType activePane)
Creates a split pane.
|
| Modifier and Type | Method and Description |
|---|---|
PaneType |
PaneInformation.getActivePaneType() |