| 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 | 
PolygonShape.spContainer  | 
private EscherContainerRecord | 
SimpleFilledShape.spContainer  | 
private EscherContainerRecord | 
TextboxShape.spContainer  | 
private EscherContainerRecord | 
LineShape.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 | 
SimpleFilledShape.createSpContainer(HSSFSimpleShape hssfShape,
                 int shapeId)
Generates the shape records for this shape. 
 | 
private EscherContainerRecord | 
LineShape.createSpContainer(HSSFSimpleShape hssfShape,
                 int shapeId)
Creates the lowerlevel escher records for this shape. 
 | 
private EscherContainerRecord | 
TextboxShape.createSpContainer(HSSFTextbox hssfShape,
                 int shapeId)
Generates the escher shape records for this shape. 
 | 
EscherContainerRecord | 
PictureShape.getSpContainer()  | 
EscherContainerRecord | 
PolygonShape.getSpContainer()  | 
EscherContainerRecord | 
SimpleFilledShape.getSpContainer()  | 
EscherContainerRecord | 
TextboxShape.getSpContainer()  | 
EscherContainerRecord | 
LineShape.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