Package org.apache.poi.hssf.record
Class CFHeader12Record
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.CFHeader12Record
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord,FutureRecord
Conditional Formatting Header v12 record CFHEADER12 (0x0879),
for conditional formattings introduced in Excel 2007 and newer.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCFHeader12Record(CFHeader12Record other) CFHeader12Record(CellRangeAddress[] regions, int nRules) -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.CFHeaderBase
getCellRanges, getEnclosingCellRange, getID, getNeedRecalculation, getNumberOfConditionalFormats, setCellRanges, setEnclosingCellRange, setID, setNeedRecalculation, setNumberOfConditionalFormatsMethods 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:
-
-
Constructor Details
-
CFHeader12Record
public CFHeader12Record() -
CFHeader12Record
-
CFHeader12Record
-
CFHeader12Record
-
-
Method Details
-
serialize
- Overrides:
serializein classCFHeaderBase
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
getFutureRecordType
public short getFutureRecordType()- Specified by:
getFutureRecordTypein interfaceFutureRecord
-
getFutureHeader
- Specified by:
getFutureHeaderin interfaceFutureRecord
-
getAssociatedRange
- Specified by:
getAssociatedRangein interfaceFutureRecord
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classCFHeaderBase
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord- Overrides:
getGenericPropertiesin classCFHeaderBase
-