java.lang.Objectorg.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.OperandPtg
org.apache.poi.hssf.record.formula.MemAreaPtg
org.apache.poi.hssf.record.formula.MemErrPtg
All Implemented Interfaces:
Cloneable
andy - Jason - Height (jheight at chariot dot net dot au)Daniel - Noll (daniel at nuix dot com dot au)| Field Summary | ||
|---|---|---|
| public static final short | sid | |
| Fields inherited from org.apache.poi.hssf.record.formula.MemAreaPtg: |
|---|
| sid |
| Fields inherited from org.apache.poi.hssf.record.formula.Ptg: |
|---|
| CLASS_REF, CLASS_VALUE, CLASS_ARRAY |
| Constructor: |
|---|
|
|
| Method from org.apache.poi.hssf.record.formula.MemErrPtg Summary: |
|---|
| toFormulaString, writeBytes |
| Methods from org.apache.poi.hssf.record.formula.MemAreaPtg: |
|---|
| getDefaultOperandClass, getReserved, getSize, getSubexpressionLength, setReserved, setSubexpressionLength, toFormulaString, writeBytes |
| Methods from org.apache.poi.hssf.record.formula.OperandPtg: |
|---|
| isBaseToken |
| Methods from org.apache.poi.hssf.record.formula.Ptg: |
|---|
| clone, copy, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getEncodedSize, getEncodedSize, getPtgClass, getSize, isBaseToken, readTokens, serializePtgStack, serializePtgs, setClass, toDebugString, toFormulaString, toString, writeBytes |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.poi.hssf.record.formula.MemErrPtg Detail: |
|---|
|
|