public abstract class Area2DPtgBase extends AreaPtgBase
AreaI.OffsetArea
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
Area2DPtgBase(Area2DPtgBase other) |
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 |
---|---|
int |
getSize() |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
void |
write(LittleEndianOutput out) |
formatReferenceAsString, getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getGenericProperties, getLastColumn, getLastColumnRaw, getLastRow, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, readCoordinates, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, sortTopLeftToBottomRight, writeCoordinates
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, readTokens, serializePtgs, setClass, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
protected Area2DPtgBase(int firstRow, int lastRow, int firstColumn, int lastColumn, boolean firstRowRelative, boolean lastRowRelative, boolean firstColRelative, boolean lastColRelative)
protected Area2DPtgBase(Area2DPtgBase other)
protected Area2DPtgBase(AreaReference ar)
protected Area2DPtgBase(LittleEndianInput in)
public final void write(LittleEndianOutput out)
public final int getSize()
public final java.lang.String toFormulaString()
Ptg
toFormulaString
in class AreaPtgBase
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.