public final class CFHeader12Record extends CFHeaderBase implements FutureRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
CFHeader12Record() |
CFHeader12Record(CellRangeAddress[] regions,
int nRules) |
CFHeader12Record(CFHeader12Record other) |
CFHeader12Record(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
CFHeader12Record |
copy() |
CellRangeAddress |
getAssociatedRange() |
protected int |
getDataSize() |
FtrHeader |
getFutureHeader() |
short |
getFutureRecordType() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
protected java.lang.String |
getRecordName() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
createEmpty, getCellRanges, getEnclosingCellRange, getID, getNeedRecalculation, getNumberOfConditionalFormats, read, setCellRanges, setEnclosingCellRange, setID, setNeedRecalculation, setNumberOfConditionalFormats
getRecordSize, serialize
cloneViaReserialise, serialize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final short sid
public CFHeader12Record()
public CFHeader12Record(CFHeader12Record other)
public CFHeader12Record(CellRangeAddress[] regions, int nRules)
public CFHeader12Record(RecordInputStream in)
protected java.lang.String getRecordName()
getRecordName
in class CFHeaderBase
protected int getDataSize()
getDataSize
in class CFHeaderBase
public void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()
} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize
in class CFHeaderBase
out
- the output objectpublic short getSid()
Record
public short getFutureRecordType()
getFutureRecordType
in interface FutureRecord
public FtrHeader getFutureHeader()
getFutureHeader
in interface FutureRecord
public CellRangeAddress getAssociatedRange()
getAssociatedRange
in interface FutureRecord
public CFHeader12Record copy()
copy
in interface Duplicatable
copy
in class CFHeaderBase
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class CFHeaderBase
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.