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 | Field and Description |
---|---|
private ObjRecord |
PictureShape.objRecord |
private ObjRecord |
TextboxShape.objRecord |
private ObjRecord |
LineShape.objRecord |
private ObjRecord |
PolygonShape.objRecord |
private ObjRecord |
SimpleFilledShape.objRecord |
Modifier and Type | Method and Description |
---|---|
private ObjRecord |
PictureShape.createObjRecord(HSSFShape hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private ObjRecord |
LineShape.createObjRecord(HSSFShape hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private ObjRecord |
PolygonShape.createObjRecord(HSSFShape hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private ObjRecord |
SimpleFilledShape.createObjRecord(HSSFShape hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private ObjRecord |
TextboxShape.createObjRecord(HSSFTextbox hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
ObjRecord |
PictureShape.getObjRecord() |
ObjRecord |
TextboxShape.getObjRecord() |
ObjRecord |
LineShape.getObjRecord() |
ObjRecord |
PolygonShape.getObjRecord() |
ObjRecord |
SimpleFilledShape.getObjRecord() |
abstract ObjRecord |
AbstractShape.getObjRecord() |
Modifier and Type | Field and Description |
---|---|
private ObjRecord |
HSSFObjectData.record
Underlying object record ultimately containing a reference to the object.
|
Constructor and Description |
---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
|
Copyright © 2016 Open Microscopy Environment