java.lang.Cloneable
, AreaI
public abstract class Area2DPtgBase extends AreaPtgBase
AreaI.OffsetArea
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor | Description |
---|---|---|
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) |
Modifier and Type | Method | 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) |
formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, writeCoordinates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 2018 The Apache Software Foundation or its licensors, as applicable.