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, serializegetRecordSize, serializeclone, cloneViaReserialise, serializepublic static final short sid
public ArrayRecord(RecordInputStream in)
public boolean isAlwaysRecalculate()
public boolean isCalculateOnOpen()
protected int getExtraDataSize()
getExtraDataSize in class SharedValueRecordBaseprotected void serializeExtraData(LittleEndianOutput out)
serializeExtraData in class SharedValueRecordBasepublic short getSid()
RecordCopyright 2016 The Apache Software Foundation or its licensors, as applicable.