|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFPatriarch | |
---|---|
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 |
Uses of HSSFPatriarch in org.apache.poi.hssf.record |
---|
Fields in org.apache.poi.hssf.record declared as HSSFPatriarch | |
---|---|
protected HSSFPatriarch |
EscherAggregate.patriarch
|
Methods in org.apache.poi.hssf.record that return HSSFPatriarch | |
---|---|
HSSFPatriarch |
EscherAggregate.getPatriarch()
|
Methods in org.apache.poi.hssf.record with parameters of type HSSFPatriarch | |
---|---|
void |
EscherAggregate.setPatriarch(HSSFPatriarch patriarch)
|
Uses of HSSFPatriarch in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return HSSFPatriarch | |
---|---|
HSSFPatriarch |
HSSFSheet.createDrawingPatriarch()
Creates the top-level drawing patriarch. |
HSSFPatriarch |
HSSFSheet.getDrawingPatriarch()
Returns the top-level drawing patriach, if there is one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |