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

Packages that use SubRecord
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of SubRecord in org.apache.poi.hssf.record
 

Subclasses of SubRecord in org.apache.poi.hssf.record
 class CommonObjectDataSubRecord
          The common object data record is used to store all common preferences for an excel object.

 class EmbeddedObjectRefSubRecord
          ftPictFmla (0x0009)
A sub-record within the OBJ record which stores a reference to an object stored in a separate entry within the OLE2 compound file.
 class EndSubRecord
          ftEnd (0x0000)

The end data record is used to denote the end of the subrecords.

 class FtCblsSubRecord
          This structure appears as part of an Obj record that represents a checkbox or radio button.
 class GroupMarkerSubRecord
          ftGmo (0x0006)

The group marker record is used as a position holder for groups.

 class LbsDataSubRecord
          This structure specifies the properties of a list or drop-down list embedded object in a sheet.
 class NoteStructureSubRecord
          ftNts (0x000D)

Represents a NoteStructure sub record.

 

Methods in org.apache.poi.hssf.record that return SubRecord
static SubRecord SubRecord.createSubRecord(LittleEndianInput in, int cmoOt)
          read a sub-record from the supplied stream
 

Methods in org.apache.poi.hssf.record that return types with arguments of type SubRecord
 java.util.List<SubRecord> ObjRecord.getSubRecords()
           
 

Methods in org.apache.poi.hssf.record with parameters of type SubRecord
 void ObjRecord.addSubRecord(int index, SubRecord element)
           
 boolean ObjRecord.addSubRecord(SubRecord o)
           
 



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