Package loci.poi.hssf.record.formula
Class RefAPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.ReferencePtg
loci.poi.hssf.record.formula.RefAPtg
RefNAPtg
- 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
-
RefAPtg
protected RefAPtg() -
RefAPtg
public RefAPtg(short row, short column, boolean isRowRelative, boolean isColumnRelative) -
RefAPtg
-
-
Method Details
-
getRefPtgName
- Overrides:
getRefPtgNamein classReferencePtg
-
clone
- Overrides:
clonein classReferencePtg
-