org.apache.poi.hssf.record
Class CFHeaderRecord
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.CFHeaderBase
org.apache.poi.hssf.record.CFHeaderRecord
- All Implemented Interfaces:
- java.lang.Cloneable
public final class CFHeaderRecord
- extends CFHeaderBase
- implements java.lang.Cloneable
Conditional Formatting Header record CFHEADER (0x01B0).
Used to describe a CFRuleRecord
.
- See Also:
CFHeader12Record
Field Summary |
static short |
sid
|
Methods inherited from class org.apache.poi.hssf.record.CFHeaderBase |
copyTo, createEmpty, getCellRanges, getDataSize, getEnclosingCellRange, getID, getNeedRecalculation, getNumberOfConditionalFormats, read, serialize, setCellRanges, setEnclosingCellRange, setID, setNeedRecalculation, setNumberOfConditionalFormats, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final short sid
- See Also:
- Constant Field Values
CFHeaderRecord
public CFHeaderRecord()
- Creates new CFHeaderRecord
CFHeaderRecord
public CFHeaderRecord(CellRangeAddress[] regions,
int nRules)
CFHeaderRecord
public CFHeaderRecord(RecordInputStream in)
getRecordName
protected java.lang.String getRecordName()
- Specified by:
getRecordName
in class CFHeaderBase
getSid
public short getSid()
- Description copied from class:
Record
- return the non static version of the id for this record.
- Specified by:
getSid
in class Record
- Returns:
- he id for this record
clone
public CFHeaderRecord clone()
- Specified by:
clone
in class CFHeaderBase