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:
org.apache.poi.common.Duplicatable,GenericRecord
This structure appears as part of an Obj record that represents a checkbox or radio button.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hssf.record.SubRecord
SubRecord.SubRecordTypes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newFtCblsSubRecordand fill its data with the default valuesFtCblsSubRecord(FtCblsSubRecord other) FtCblsSubRecord(LittleEndianInput in, int size) -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, getMaxRecordLength, isTerminating, serialize, setMaxRecordLength, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
FtCblsSubRecord
public FtCblsSubRecord()Construct a newFtCblsSubRecordand fill its data with the default values -
FtCblsSubRecord
-
FtCblsSubRecord
-
-
Method Details
-
serialize
Serialize the record data into the supplied array of bytes -
getSid
public short getSid()- Returns:
- id of this record.
-
copy
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classSubRecord
-
getGenericProperties
-