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 interface
SubRecord.SubRecordTypes.RecordConstructor<T extends SubRecord>
Subclasses of SubRecord in org.apache.poi.hssf.record Modifier and Type Class Description class
CommonObjectDataSubRecord
The common object data record is used to store all common preferences for an excel object.class
EmbeddedObjectRefSubRecord
ftPictFmla (0x0009)class
EndSubRecord
ftEnd (0x0000)class
FtCblsSubRecord
This structure appears as part of an Obj record that represents a checkbox or radio button.class
FtCfSubRecord
The FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.class
FtPioGrbitSubRecord
This structure appears as part of an Obj record that represents image display properties.class
GroupMarkerSubRecord
ftGmo (0x0006)class
LbsDataSubRecord
This structure specifies the properties of a list or drop-down list embedded object in a sheet.class
NoteStructureSubRecord
ftNts (0x000D)Methods in org.apache.poi.hssf.record that return SubRecord Modifier and Type Method Description abstract SubRecord
SubRecord. copy()
static SubRecord
SubRecord. 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 void
ObjRecord. addSubRecord(int index, SubRecord element)
boolean
ObjRecord. addSubRecord(SubRecord o)
Constructors in org.apache.poi.hssf.record with parameters of type SubRecord Constructor Description SubRecord(SubRecord other)
-