|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.FuncPtg
Field Summary | |
static byte |
sid
|
Fields inherited from class org.apache.poi.hssf.record.formula.AbstractFunctionPtg |
field_1_num_args, field_2_fnc_index, functionData, paramClass, returnClass |
Fields inherited from class org.apache.poi.hssf.record.formula.OperationPtg |
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY |
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass |
Constructor Summary | |
FuncPtg(byte[] data,
int offset)
Creates new function pointer from a byte array usually called while reading an excel file. |
Method Summary | |
int |
getNumberOfOperands()
The number of operands expected by the operations |
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array |
Methods inherited from class org.apache.poi.hssf.record.formula.AbstractFunctionPtg |
getDefaultOperandClass, getFunctionIndex, getName, getParameterClass, getSize, getType, lookupIndex, toFormulaString, toFormulaString, toString |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
createPtg, getBytes, getPtgClass, setClass, toDebugString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final byte sid
Constructor Detail |
public FuncPtg(byte[] data, int offset)
Method Detail |
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class AbstractFunctionPtg
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands
in class OperationPtg
|
jakarta-poi 1.7.0-dev | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |