|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjRecord | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of ObjRecord in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model that return ObjRecord | |
---|---|
ObjRecord |
SimpleFilledShape.getObjRecord()
Deprecated. |
ObjRecord |
LineShape.getObjRecord()
Deprecated. |
ObjRecord |
PictureShape.getObjRecord()
|
ObjRecord |
TextboxShape.getObjRecord()
Deprecated. |
abstract ObjRecord |
AbstractShape.getObjRecord()
Deprecated. |
ObjRecord |
ComboboxShape.getObjRecord()
Deprecated. |
ObjRecord |
PolygonShape.getObjRecord()
Deprecated. |
Uses of ObjRecord in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record with parameters of type ObjRecord | |
---|---|
NoteRecord |
EscherAggregate.getNoteRecordByObj(ObjRecord obj)
|
Uses of ObjRecord in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return ObjRecord | |
---|---|
protected ObjRecord |
HSSFCombobox.createObjRecord()
|
protected ObjRecord |
HSSFShapeGroup.createObjRecord()
|
protected ObjRecord |
HSSFComment.createObjRecord()
|
protected ObjRecord |
HSSFSimpleShape.createObjRecord()
|
protected ObjRecord |
HSSFObjectData.createObjRecord()
|
protected abstract ObjRecord |
HSSFShape.createObjRecord()
|
protected ObjRecord |
HSSFPolygon.createObjRecord()
Creates the low level OBJ record for this shape. |
protected ObjRecord |
HSSFTextbox.createObjRecord()
|
protected ObjRecord |
HSSFShape.getObjRecord()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |