Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Field and Description |
---|---|
protected HSSFPatriarch |
EscherAggregate.patriarch |
Modifier and Type | Method and Description |
---|---|
HSSFPatriarch |
EscherAggregate.getPatriarch() |
Modifier and Type | Method and Description |
---|---|
void |
EscherAggregate.setPatriarch(HSSFPatriarch patriarch) |
Modifier and Type | Method and Description |
---|---|
HSSFPatriarch |
HSSFSheet.createDrawingPatriarch()
Creates the top-level drawing patriarch.
|
HSSFPatriarch |
HSSFSheet.getDrawingPatriarch()
Returns the top-level drawing patriach, if there is
one.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.