org.apache.poi.hssf.record
Class ArrayRecord

java.lang.Object
  extended by org.apache.poi.hssf.record.RecordBase
      extended by org.apache.poi.hssf.record.Record
          extended by org.apache.poi.hssf.record.StandardRecord
              extended by org.apache.poi.hssf.record.SharedValueRecordBase
                  extended by org.apache.poi.hssf.record.ArrayRecord
All Implemented Interfaces:
java.lang.Cloneable

public final class ArrayRecord
extends SharedValueRecordBase
implements java.lang.Cloneable

ARRAY (0x0221)

Treated in a similar way to SharedFormulaRecord


Field Summary
static short sid
           
 
Constructor Summary
ArrayRecord(Formula formula, CellRangeAddress8Bit range)
           
ArrayRecord(RecordInputStream in)
           
 
Method Summary
 ArrayRecord clone()
           
protected  int getExtraDataSize()
           
 Ptg[] getFormulaTokens()
           
 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)
 
Methods inherited from class org.apache.poi.hssf.record.SharedValueRecordBase
getDataSize, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serialize
 
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
 
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public static final short sid
See Also:
Constant Field Values
Constructor Detail

ArrayRecord

public ArrayRecord(RecordInputStream in)

ArrayRecord

public ArrayRecord(Formula formula,
                   CellRangeAddress8Bit range)
Method Detail

isAlwaysRecalculate

public boolean isAlwaysRecalculate()

isCalculateOnOpen

public boolean isCalculateOnOpen()

getFormulaTokens

public Ptg[] getFormulaTokens()

getExtraDataSize

protected int getExtraDataSize()
Specified by:
getExtraDataSize in class SharedValueRecordBase

serializeExtraData

protected void serializeExtraData(LittleEndianOutput out)
Specified by:
serializeExtraData in class SharedValueRecordBase

getSid

public short getSid()
Description copied from class: Record
return the non static version of the id for this record.

Specified by:
getSid in class Record
Returns:
he id for this record

toString

public java.lang.String toString()
Description copied from class: Record
get a string representation of the record (for biffview/debugging)

Overrides:
toString in class Record

clone

public ArrayRecord clone()
Overrides:
clone in class Record