public abstract class RefPtgBase extends OperandPtg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
RefPtgBase() |
protected |
RefPtgBase(CellReference c) |
protected |
RefPtgBase(RefPtgBase other) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
formatReferenceAsString() |
int |
getColumn() |
byte |
getDefaultOperandClass() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getRow() |
boolean |
isColRelative() |
boolean |
isRowRelative() |
protected void |
readCoordinates(LittleEndianInput in) |
void |
setColRelative(boolean rel) |
void |
setColumn(int col) |
void |
setRow(int rowIndex) |
void |
setRowRelative(boolean rel) |
protected void |
writeCoordinates(LittleEndianOutput out) |
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
protected RefPtgBase()
protected RefPtgBase(RefPtgBase other)
protected RefPtgBase(CellReference c)
protected final void readCoordinates(LittleEndianInput in)
protected final void writeCoordinates(LittleEndianOutput out)
public final void setRow(int rowIndex)
public final int getRow()
public final boolean isRowRelative()
public final void setRowRelative(boolean rel)
public final boolean isColRelative()
public final void setColRelative(boolean rel)
public final void setColumn(int col)
public final int getColumn()
protected java.lang.String formatReferenceAsString()
public final byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.