Uses of Class
org.apache.poi.hssf.record.ObjRecord
-
Packages that use ObjRecord Package Description 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.record
Methods in org.apache.poi.hssf.record that return ObjRecord Modifier and Type Method Description ObjRecordObjRecord. clone()Methods in org.apache.poi.hssf.record with parameters of type ObjRecord Modifier and Type Method Description NoteRecordEscherAggregate. getNoteRecordByObj(ObjRecord obj) -
Uses of ObjRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ObjRecord Modifier and Type Method Description protected ObjRecordHSSFCombobox. createObjRecord()protected ObjRecordHSSFComment. createObjRecord()protected ObjRecordHSSFObjectData. createObjRecord()protected ObjRecordHSSFPolygon. createObjRecord()Creates the low level OBJ record for this shape.protected abstract ObjRecordHSSFShape. createObjRecord()protected ObjRecordHSSFShapeGroup. createObjRecord()protected ObjRecordHSSFSimpleShape. createObjRecord()protected ObjRecordHSSFTextbox. createObjRecord()protected ObjRecordHSSFShape. getObjRecord()
-