Uses of Class
org.apache.poi.hssf.record.ObjRecord

Packages that use ObjRecord
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 
 

Uses of ObjRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return ObjRecord
 ObjRecord TextboxShape.getObjRecord()
           
 ObjRecord SimpleFilledShape.getObjRecord()
           
 ObjRecord PolygonShape.getObjRecord()
           
 ObjRecord PictureShape.getObjRecord()
           
 ObjRecord LineShape.getObjRecord()
           
 ObjRecord ComboboxShape.getObjRecord()
           
abstract  ObjRecord AbstractShape.getObjRecord()
           
 

Uses of ObjRecord in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type ObjRecord
HSSFObjectData(ObjRecord record, POIFSFileSystem poifs)
          Constructs object data by wrapping a lower level object record.
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.