org.apache.poi.hssf.record.formula
public final class: RefPtg [javadoc |
source]
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.OperandPtg
org.apache.poi.hssf.record.formula.RefPtgBase
org.apache.poi.hssf.record.formula.RefPtg
All Implemented Interfaces:
Cloneable
ReferencePtg - handles references (such as A1, A2, IA4)
- author:
Andrew - C. Oliver (acoliver@apache.org)
- author:
Jason - Height (jheight at chariot dot net dot au)
| Field Summary |
|---|
| public static final byte | sid | |
| Method from org.apache.poi.hssf.record.formula.RefPtg Summary: |
|---|
|
getSid |
| Methods from org.apache.poi.hssf.record.formula.RefPtgBase: |
|---|
|
getColumn, getColumnRawX, getDefaultOperandClass, getRow, getRowAsInt, getSid, getSize, isColRelative, isRowRelative, setColRelative, setColumn, setColumnRawX, setRow, setRowRelative, toFormulaString, toString, 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 |
| Method from org.apache.poi.hssf.record.formula.RefPtg Detail: |
protected byte getSid() {
return sid;
}
|