Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
abstract ObjRecord |
AbstractShape.getObjRecord() |
ObjRecord |
PolygonShape.getObjRecord() |
ObjRecord |
SimpleFilledShape.getObjRecord() |
ObjRecord |
PictureShape.getObjRecord() |
ObjRecord |
LineShape.getObjRecord() |
ObjRecord |
TextboxShape.getObjRecord() |
Constructor and Description |
---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.