Uses of Class
org.apache.poi.hssf.record.SubRecord
-
Packages that use SubRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of SubRecord in org.apache.poi.hssf.record
Classes in org.apache.poi.hssf.record with type parameters of type SubRecord Modifier and Type Interface Description static interfaceSubRecord.SubRecordTypes.RecordConstructor<T extends SubRecord>Subclasses of SubRecord in org.apache.poi.hssf.record Modifier and Type Class Description classCommonObjectDataSubRecordThe common object data record is used to store all common preferences for an excel object.classEmbeddedObjectRefSubRecordftPictFmla (0x0009)classEndSubRecordftEnd (0x0000)classFtCblsSubRecordThis structure appears as part of an Obj record that represents a checkbox or radio button.classFtCfSubRecordThe FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.classFtPioGrbitSubRecordThis structure appears as part of an Obj record that represents image display properties.classGroupMarkerSubRecordftGmo (0x0006)classLbsDataSubRecordThis structure specifies the properties of a list or drop-down list embedded object in a sheet.classNoteStructureSubRecordftNts (0x000D)Methods in org.apache.poi.hssf.record that return SubRecord Modifier and Type Method Description abstract SubRecordSubRecord. copy()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 SubRecord Modifier and Type Method Description List<SubRecord>ObjRecord. getGenericChildren()List<SubRecord>ObjRecord. getSubRecords()Methods in org.apache.poi.hssf.record with parameters of type SubRecord Modifier and Type Method Description voidObjRecord. addSubRecord(int index, SubRecord element)booleanObjRecord. addSubRecord(SubRecord o)Constructors in org.apache.poi.hssf.record with parameters of type SubRecord Constructor Description SubRecord(SubRecord other)
-