Package org.apache.poi.ss.formula.ptg
Class RefPtgBase
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperandPtg
org.apache.poi.ss.formula.ptg.RefPtgBase
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
ReferencePtgBase - handles references (such as A1, A2, IA4)
-
Field Summary
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal bytefinal intgetRow()final booleanfinal booleanfinal voidsetColRelative(boolean rel) final voidsetColumn(int col) final voidsetRow(int rowIndex) final voidsetRowRelative(boolean rel) Methods inherited from class org.apache.poi.ss.formula.ptg.OperandPtg
copy, isBaseTokenMethods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, writeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Method Details
-
setRow
public final void setRow(int rowIndex) -
getRow
public final int getRow()- Returns:
- the row number as an int
-
isRowRelative
public final boolean isRowRelative() -
setRowRelative
public final void setRowRelative(boolean rel) -
isColRelative
public final boolean isColRelative() -
setColRelative
public final void setColRelative(boolean rel) -
setColumn
public final void setColumn(int col) -
getColumn
public final int getColumn() -
getDefaultOperandClass
public final byte getDefaultOperandClass()- Specified by:
getDefaultOperandClassin classPtg
-
getGenericProperties
-