Package | Description |
---|---|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
Modifier and Type | Method and Description |
---|---|
static EscherAggregate |
EscherAggregate.createAggregate(java.util.List<RecordBase> records,
int locFirstDrawingRecord)
Collapses the drawing records into an aggregate.
|
Modifier and Type | Method and Description |
---|---|
protected EscherAggregate |
HSSFPatriarch._getBoundAggregate()
Returns the aggregate escher record we're bound to
|
EscherAggregate |
HSSFPatriarchHelper.getBoundAggregate() |
EscherAggregate |
HSSFSheet.getDrawingEscherAggregate()
Returns the agregate escher records for this sheet,
it there is one.
|
Modifier and Type | Method and Description |
---|---|
static void |
HSSFShapeFactory.createShapeTree(EscherContainerRecord container,
EscherAggregate agg,
HSSFShapeContainer out,
DirectoryNode root)
build shape tree from escher container
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.