org.apache.poi.hssf.record.formula
public final class: AreaNPtg [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.AreaPtgBase
org.apache.poi.hssf.record.formula.AreaNPtg
All Implemented Interfaces:
AreaI, Cloneable
Specifies a rectangular area of cells A1:A4 for instance.
- author:
Jason - Height (jheight at chariot dot net dot au)
| Field Summary |
|---|
| public static final short | sid | |
| Method from org.apache.poi.hssf.record.formula.AreaNPtg Summary: |
|---|
|
getSid |
| Methods from org.apache.poi.hssf.record.formula.AreaPtgBase: |
|---|
|
getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, getSid, getSize, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, 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.AreaNPtg Detail: |
protected byte getSid() {
return sid;
}
|