Package | Description |
---|---|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
private void |
EscherAggregate.convertGroup(HSSFShapeGroup shape,
EscherContainerRecord escherParent,
Map shapeToObj) |
Modifier and Type | Field and Description |
---|---|
private HSSFShapeGroup |
EscherGraphics.escherGroup |
Modifier and Type | Method and Description |
---|---|
HSSFShapeGroup |
HSSFShapeGroup.createGroup(HSSFChildAnchor anchor)
Create another group under this group.
|
HSSFShapeGroup |
HSSFPatriarch.createGroup(HSSFClientAnchor anchor)
Creates a new group record stored under this patriarch.
|
(package private) HSSFShapeGroup |
EscherGraphics.getEscherGraphics() |
Constructor and Description |
---|
EscherGraphics(HSSFShapeGroup escherGroup,
HSSFWorkbook workbook,
Color forecolor,
float verticalPointsPerPixel)
Construct an escher graphics object.
|
EscherGraphics(HSSFShapeGroup escherGroup,
HSSFWorkbook workbook,
Color foreground,
Font font,
float verticalPointsPerPixel)
Constructs an escher graphics object.
|
Copyright © 2016 Open Microscopy Environment