Package org.apache.poi.hssf.record
Class CFHeaderBase
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
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
,GenericRecord
- Direct Known Subclasses:
CFHeader12Record
,CFHeaderRecord
Parent of Conditional Formatting Header records,
CFHeaderRecord
and CFHeader12Record
.-
Method Summary
Modifier and TypeMethodDescriptionabstract CFHeaderBase
copy()
int
getID()
boolean
int
void
void
setCellRanges
(CellRangeAddress[] cellRanges) Set cell ranges list to a single cell range and modify the enclosing cell range accordingly.void
void
setID
(int id) void
setNeedRecalculation
(boolean b) void
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, getGenericRecordType, getSid, serialize, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Method Details
-
getNumberOfConditionalFormats
public int getNumberOfConditionalFormats() -
setNumberOfConditionalFormats
public void setNumberOfConditionalFormats(int n) -
getNeedRecalculation
public boolean getNeedRecalculation() -
setNeedRecalculation
public void setNeedRecalculation(boolean b) -
getID
public int getID() -
setID
public void setID(int id) -
getEnclosingCellRange
-
setEnclosingCellRange
-
setCellRanges
Set cell ranges list to a single cell range and modify the enclosing cell range accordingly.- Parameters:
cellRanges
- - list of CellRange objects
-
getCellRanges
-
serialize
-
copy
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
- Specified by:
copy
in classStandardRecord
-
getGenericProperties
-