Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Field and Description |
---|---|
private EscherContainerRecord |
PictureShape.spContainer |
private EscherContainerRecord |
TextboxShape.spContainer |
private EscherContainerRecord |
LineShape.spContainer |
private EscherContainerRecord |
PolygonShape.spContainer |
private EscherContainerRecord |
SimpleFilledShape.spContainer |
Modifier and Type | Method and Description |
---|---|
private EscherContainerRecord |
PolygonShape.createSpContainer(HSSFPolygon hssfShape,
int shapeId)
Generates the shape records for this shape.
|
private EscherContainerRecord |
PictureShape.createSpContainer(HSSFSimpleShape hssfShape,
int shapeId)
Creates the lowerlevel escher records for this shape.
|
private EscherContainerRecord |
LineShape.createSpContainer(HSSFSimpleShape hssfShape,
int shapeId)
Creates the lowerlevel escher records for this shape.
|
private EscherContainerRecord |
SimpleFilledShape.createSpContainer(HSSFSimpleShape hssfShape,
int shapeId)
Generates the shape records for this shape.
|
private EscherContainerRecord |
TextboxShape.createSpContainer(HSSFTextbox hssfShape,
int shapeId)
Generates the escher shape records for this shape.
|
EscherContainerRecord |
PictureShape.getSpContainer() |
EscherContainerRecord |
TextboxShape.getSpContainer() |
EscherContainerRecord |
LineShape.getSpContainer() |
EscherContainerRecord |
PolygonShape.getSpContainer() |
EscherContainerRecord |
SimpleFilledShape.getSpContainer() |
abstract EscherContainerRecord |
AbstractShape.getSpContainer() |
Modifier and Type | Method and Description |
---|---|
private void |
EscherAggregate.convertGroup(HSSFShapeGroup shape,
EscherContainerRecord escherParent,
Map shapeToObj) |
private void |
EscherAggregate.convertShapes(HSSFShapeContainer parent,
EscherContainerRecord escherParent,
Map shapeToObj) |
private EscherRecord |
EscherAggregate.findClientData(EscherContainerRecord spContainer) |
Copyright © 2016 Open Microscopy Environment