Uses of Class
org.apache.poi.hssf.record.SubRecord
Packages that use SubRecord
Package
Description
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.recordModifier and TypeClassDescriptionfinal classThe common object data record is used to store all common preferences for an excel object.final classftPictFmla (0x0009)final classftEnd (0x0000)final classThis structure appears as part of an Obj record that represents a checkbox or radio button.final classThe FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.final classThis structure appears as part of an Obj record that represents image display properties.final classftGmo (0x0006)classThis structure specifies the properties of a list or drop-down list embedded object in a sheet.final classftNts (0x000D)Methods in org.apache.poi.hssf.record that return SubRecordModifier and TypeMethodDescriptionabstract SubRecordSubRecord.clone()static SubRecordSubRecord.createSubRecord(LittleEndianInput in, int cmoOt) read a sub-record from the supplied streamMethods in org.apache.poi.hssf.record that return types with arguments of type SubRecordMethods in org.apache.poi.hssf.record with parameters of type SubRecordModifier and TypeMethodDescriptionvoidObjRecord.addSubRecord(int index, SubRecord element) booleanObjRecord.addSubRecord(SubRecord o)