Package org.apache.poi.hssf.record
Class FeatRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.FeatRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Title: Feat (Feature) Record
This record specifies Shared Features data. It is normally paired
up with a FeatHdrRecord.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()longintshortgetSid()return the non static version of the id for this record.voidvoidsetCbFeatData(long cbFeatData) voidsetCellRefs(CellRangeAddress[] cellRefs) voidsetSharedFeature(SharedFeature feature) Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, 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:
-
v11_sid
public static final short v11_sid- See Also:
-
v12_sid
public static final short v12_sid- See Also:
-
-
Constructor Details
-
FeatRecord
public FeatRecord() -
FeatRecord
-
FeatRecord
-
-
Method Details
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
serialize
-
getCbFeatData
public long getCbFeatData() -
setCbFeatData
public void setCbFeatData(long cbFeatData) -
getCellRefs
-
setCellRefs
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-