Package loci.poi.hssf.record.formula
Class RefNAPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.ReferencePtg
loci.poi.hssf.record.formula.RefNAPtg
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
Modifier and TypeMethodDescriptionclone()toFormulaString(Workbook book) return a string representation of this token alonevoidwriteBytes(byte[] array, int offset) write this Ptg to a byte arrayMethods inherited from class loci.poi.hssf.record.formula.ReferencePtg
getColumn, getColumnRaw, getDefaultOperandClass, getRow, getRowAsInt, getSize, isColRelative, isRowRelative, setColRelative, setColumn, setColumnRaw, setRow, setRow, setRowRelative, toStringMethods 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
-
RefNAPtg
protected RefNAPtg() -
RefNAPtg
-
-
Method Details
-
writeBytes
public void writeBytes(byte[] array, int offset) Description copied from class:Ptgwrite this Ptg to a byte array- Overrides:
writeBytesin classReferencePtg
-
getRefPtgName
- Overrides:
getRefPtgNamein classReferencePtg
-
toFormulaString
Description copied from class:Ptgreturn a string representation of this token alone- Overrides:
toFormulaStringin classReferencePtg
-
clone
- Overrides:
clonein classReferencePtg
-