public final class ArrayRecord extends SharedValueRecordBase
Treated in a similar way to SharedFormulaRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
ArrayRecord(ArrayRecord other) |
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
ArrayRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
ArrayRecord |
copy() |
protected int |
getExtraDataSize() |
Ptg[] |
getFormulaTokens() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isAlwaysRecalculate() |
boolean |
isCalculateOnOpen() |
protected void |
serializeExtraData(LittleEndianOutput out) |
getDataSize, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serializegetRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public ArrayRecord(ArrayRecord other)
public ArrayRecord(RecordInputStream in)
public ArrayRecord(Formula formula, CellRangeAddress8Bit range)
public boolean isAlwaysRecalculate()
public boolean isCalculateOnOpen()
public Ptg[] getFormulaTokens()
protected int getExtraDataSize()
getExtraDataSize in class SharedValueRecordBaseprotected void serializeExtraData(LittleEndianOutput out)
serializeExtraData in class SharedValueRecordBasepublic short getSid()
Recordpublic ArrayRecord copy()
copy in interface Duplicatablecopy in class StandardRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.