org.apache.poi.hssf.record
public final class ArrayRecord extends SharedValueRecordBase
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
ArrayRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
protected int |
getExtraDataSize() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isAlwaysRecalculate() |
boolean |
isCalculateOnOpen() |
protected void |
serializeExtraData(LittleEndianOutput out) |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getDataSize, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serialize
getRecordSize, serialize
clone, cloneViaReserialise, serialize
public static final short sid
public ArrayRecord(RecordInputStream in)
public boolean isAlwaysRecalculate()
public boolean isCalculateOnOpen()
protected int getExtraDataSize()
getExtraDataSize
in class SharedValueRecordBase
protected void serializeExtraData(LittleEndianOutput out)
serializeExtraData
in class SharedValueRecordBase
public short getSid()
Record
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.