org.apache.poi.hssf.record.formula
Class FuncVarPtg
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.OperationPtg
org.apache.poi.hssf.record.formula.AbstractFunctionPtg
org.apache.poi.hssf.record.formula.FuncVarPtg
public final class FuncVarPtg
- extends AbstractFunctionPtg
- Author:
- Jason Height (jheight at chariot dot net dot au)
Field Summary |
static byte |
sid
|
static OperationPtg |
SUM
Single instance of this token for 'sum() taking a single argument' |
Methods inherited from class org.apache.poi.hssf.record.formula.AbstractFunctionPtg |
getDefaultOperandClass, getFunctionIndex, getName, getNumberOfOperands, getParameterClass, isBaseToken, isBuiltInFunctionName, isExternalFunction, toFormulaString, toFormulaString, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final byte sid
- See Also:
- Constant Field Values
SUM
public static final OperationPtg SUM
- Single instance of this token for 'sum() taking a single argument'
create
public static FuncVarPtg create(LittleEndianInput in)
- Creates new function pointer from a byte array
usually called while reading an excel file.
create
public static FuncVarPtg create(java.lang.String pName,
int numArgs)
- Create a function ptg from a string tokenised by the parser
write
public void write(LittleEndianOutput out)
- Specified by:
write
in class Ptg
getSize
public int getSize()
- Specified by:
getSize
in class AbstractFunctionPtg
- Returns:
- the encoded length of this Ptg, including the initial Ptg type identifier byte.