Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
private EscherContainerRecord |
PolygonShape.createSpContainer(HSSFPolygon hssfShape,
int shapeId)
Generates the shape records for this shape.
|
Constructor and Description |
---|
PolygonShape(HSSFPolygon hssfShape,
int shapeId)
Creates the low evel records for an polygon.
|
Modifier and Type | Method and Description |
---|---|
HSSFPolygon |
HSSFShapeGroup.createPolygon(HSSFChildAnchor anchor)
Creates a polygon
|
HSSFPolygon |
HSSFPatriarch.createPolygon(HSSFClientAnchor anchor)
Creates a polygon
|
Copyright © 2016 Open Microscopy Environment