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 CFHeaderBasecopy()intgetID()booleanintvoidvoidsetCellRanges(CellRangeAddress[] cellRanges) Set cell ranges list to a single cell range and modify the enclosing cell range accordingly.voidvoidsetID(int id) voidsetNeedRecalculation(boolean b) voidMethods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, getGenericRecordType, getSid, 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
-
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:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericProperties
-