Uses of Class
loci.poi.hssf.record.ObjRecord
-
Packages that use ObjRecord 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 -
-
Uses of ObjRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return ObjRecord Modifier and Type Method Description abstract ObjRecord
AbstractShape. getObjRecord()
ObjRecord
LineShape. getObjRecord()
ObjRecord
PictureShape. getObjRecord()
ObjRecord
PolygonShape. getObjRecord()
ObjRecord
SimpleFilledShape. getObjRecord()
ObjRecord
TextboxShape. getObjRecord()
-
Uses of ObjRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type ObjRecord Constructor Description HSSFObjectData(ObjRecord record, POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
-