| Package | Description |
|---|---|
| org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office Drawing format otherwise
known as escher henceforth known in POI as the Dreadful Drawing Format.
|
| 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 |
|---|---|
EscherContainerRecord |
EscherContainerRecord.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<EscherContainerRecord> |
EscherContainerRecord.getChildContainers()
Returns all of our children which are also
EscherContainers (may be 0, 1, or vary rarely 2 or 3)
|
| Constructor and Description |
|---|
EscherContainerRecord(EscherContainerRecord other) |
| Modifier and Type | Method and Description |
|---|---|
EscherContainerRecord |
AbstractEscherHolderRecord.getEscherContainer()
If we have a EscherContainerRecord as one of our
children (and most top level escher holders do),
then return that.
|
| Modifier and Type | Method and Description |
|---|---|
protected EscherContainerRecord |
HSSFObjectData.createSpContainer() |
protected EscherContainerRecord |
HSSFShapeGroup.createSpContainer() |
protected EscherContainerRecord |
HSSFComment.createSpContainer() |
protected EscherContainerRecord |
HSSFSimpleShape.createSpContainer() |
protected abstract EscherContainerRecord |
HSSFShape.createSpContainer() |
protected EscherContainerRecord |
HSSFCombobox.createSpContainer() |
protected EscherContainerRecord |
HSSFPolygon.createSpContainer()
Generates the shape records for this shape.
|
protected EscherContainerRecord |
HSSFPicture.createSpContainer() |
protected EscherContainerRecord |
HSSFTextbox.createSpContainer() |
protected EscherContainerRecord |
HSSFShape.getEscherContainer() |
| Modifier and Type | Method and Description |
|---|---|
static HSSFAnchor |
HSSFAnchor.createAnchorFromEscher(EscherContainerRecord container) |
static void |
HSSFShapeFactory.createShapeTree(EscherContainerRecord container,
EscherAggregate agg,
HSSFShapeContainer out,
DirectoryNode root)
build shape tree from escher container
|