public abstract class Area2DPtgBase extends AreaPtgBase
AreaI.OffsetArea
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
Area2DPtgBase(AreaReference ar) |
protected |
Area2DPtgBase(int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
boolean firstRowRelative,
boolean lastRowRelative,
boolean firstColRelative,
boolean lastColRelative) |
protected |
Area2DPtgBase(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
protected abstract byte |
getSid() |
int |
getSize() |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
java.lang.String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
write(LittleEndianOutput out) |
equals, formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, hashCode, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, writeCoordinates
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
protected Area2DPtgBase(int firstRow, int lastRow, int firstColumn, int lastColumn, boolean firstRowRelative, boolean lastRowRelative, boolean firstColRelative, boolean lastColRelative)
protected Area2DPtgBase(AreaReference ar)
protected Area2DPtgBase(LittleEndianInput in)
protected abstract byte getSid()
public final void write(LittleEndianOutput out)
public final int getSize()
public final java.lang.String toFormulaString()
Ptg
toFormulaString
in class AreaPtgBase
public final java.lang.String toString()
Ptg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.