Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
EscherAggregate |
EscherAggregate.copy() |
static EscherAggregate |
EscherAggregate.createAggregate(java.util.List<RecordBase> records,
int locFirstDrawingRecord)
Collapses the drawing records into an aggregate.
|
Constructor and Description |
---|
EscherAggregate(EscherAggregate other) |
Modifier and Type | Method and Description |
---|---|
EscherAggregate |
HSSFPatriarch.getBoundAggregate()
Returns the aggregate escher record we're bound to
|
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 2021 The Apache Software Foundation or its licensors, as applicable.