org.apache.poi.hssf.record.formula
Class FuncPtg
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
- public class FuncPtg
- extends AbstractFunctionPtg
- Author:
- aviks, Jason Height (jheight at chariot dot net dot au), Danny Mui (dmui at apache dot org) (Leftover handling)
Field Summary |
static byte |
sid
|
static int |
SIZE
|
Constructor Summary |
FuncPtg(byte[] data,
int offset)
Creates new function pointer from a byte array
usually called while reading an excel file. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final byte sid
- See Also:
- Constant Field Values
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
FuncPtg
public FuncPtg(byte[] data,
int offset)
- Creates new function pointer from a byte array
usually called while reading an excel file.
writeBytes
public void writeBytes(byte[] array,
int offset)
- Description copied from class:
Ptg
- write this Ptg to a byte array
- Specified by:
writeBytes
in class AbstractFunctionPtg
getNumberOfOperands
public int getNumberOfOperands()
- Description copied from class:
OperationPtg
- The number of operands expected by the operations
- Specified by:
getNumberOfOperands
in class OperationPtg
clone
public java.lang.Object clone()
- Specified by:
clone
in class Ptg
getSize
public int getSize()
- Specified by:
getSize
in class AbstractFunctionPtg
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractFunctionPtg
Copyright © 2003 Apache Software Foundation.