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:
Cloneable
This structure appears as part of an Obj record that represents a checkbox or radio button.
- Author:
- Yegor Kozlov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newFtCblsSubRecord
and fill its data with the default valuesFtCblsSubRecord
(LittleEndianInput in, int size) -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, isTerminating, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
FtCblsSubRecord
public FtCblsSubRecord()Construct a newFtCblsSubRecord
and fill its data with the default values -
FtCblsSubRecord
-
-
Method Details
-
toString
Convert this record to string. Used by BiffViewer and other utilities. -
serialize
Serialize the record data into the supplied array of bytes -
getDataSize
protected int getDataSize()- Specified by:
getDataSize
in classSubRecord
- Returns:
- the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
-
getSid
public short getSid()- Returns:
- id of this record.
-
clone
-