| Package | Description | 
|---|---|
| org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommonObjectDataSubRecordThe common object data record is used to store all common preferences for an excel object. | 
| class  | EmbeddedObjectRefSubRecordftPictFmla (0x0009) | 
| class  | EndSubRecordftEnd (0x0000) | 
| class  | FtCblsSubRecordThis structure appears as part of an Obj record that represents a checkbox or radio button. | 
| class  | FtCfSubRecordThe FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf. | 
| class  | FtPioGrbitSubRecordThis structure appears as part of an Obj record that represents image display properties. | 
| class  | GroupMarkerSubRecordftGmo (0x0006) | 
| class  | LbsDataSubRecordThis structure specifies the properties of a list or drop-down list embedded object in a sheet. | 
| class  | NoteStructureSubRecordftNts (0x000D) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SubRecord | SubRecord. clone()Deprecated.  | 
| abstract SubRecord | SubRecord. copy() | 
| static SubRecord | SubRecord. createSubRecord(LittleEndianInput in,
               int cmoOt)read a sub-record from the supplied stream | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<SubRecord> | ObjRecord. getSubRecords() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ObjRecord. addSubRecord(int index,
            SubRecord element) | 
| boolean | ObjRecord. addSubRecord(SubRecord o) | 
| Constructor and Description | 
|---|
| SubRecord(SubRecord other) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.