Package loci.poi.hssf.record.formula
Class RefVPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.ReferencePtg
loci.poi.hssf.record.formula.RefVPtg
RefVPtg
- Author:
- Jason Height (jheight at chariot dot net dot au)
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class loci.poi.hssf.record.formula.ReferencePtg
getColumn, getColumnRaw, getDefaultOperandClass, getRow, getRowAsInt, getSize, isColRelative, isRowRelative, setColRelative, setColumn, setColumnRaw, setRow, setRow, setRowRelative, toFormulaString, toString, writeBytesMethods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
-
Field Details
-
sid
public static final byte sid- See Also:
-
-
Constructor Details
-
RefVPtg
protected RefVPtg() -
RefVPtg
public RefVPtg(short row, short column, boolean isRowRelative, boolean isColumnRelative) -
RefVPtg
Creates new ValueReferencePtg
-
-
Method Details
-
getRefPtgName
- Overrides:
getRefPtgNamein classReferencePtg
-
clone
- Overrides:
clonein classReferencePtg
-