Package org.apache.poi.hssf.record
Class FtCblsSubRecord
- java.lang.Object
-
- org.apache.poi.hssf.record.SubRecord
-
- org.apache.poi.hssf.record.FtCblsSubRecord
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class FtCblsSubRecord extends SubRecord implements java.lang.Cloneable
This structure appears as part of an Obj record that represents a checkbox or radio button.
-
-
Field Summary
Fields Modifier and Type Field Description static short
sid
-
Constructor Summary
Constructors Constructor Description FtCblsSubRecord()
Construct a newFtCblsSubRecord
and fill its data with the default valuesFtCblsSubRecord(LittleEndianInput in, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FtCblsSubRecord
clone()
short
getSid()
void
serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytesjava.lang.String
toString()
Convert this record to string.-
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, isTerminating, serialize
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FtCblsSubRecord
public FtCblsSubRecord()
Construct a newFtCblsSubRecord
and fill its data with the default values
-
FtCblsSubRecord
public FtCblsSubRecord(LittleEndianInput in, int size)
-
-
Method Detail
-
toString
public java.lang.String toString()
Convert this record to string. Used by BiffViewer and other utilities.- Overrides:
toString
in classjava.lang.Object
-
serialize
public void serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytes
-
getSid
public short getSid()
- Returns:
- id of this record.
-
clone
public FtCblsSubRecord clone()
-
-