|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.AreaPtg
org.apache.poi.hssf.record.formula.AreaNAPtg
public final class AreaNAPtg
Specifies a rectangular area of cells A1:A4 for instance.
Field Summary | |
---|---|
static short |
sid
|
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass |
Constructor Summary | |
---|---|
protected |
AreaNAPtg()
|
|
AreaNAPtg(RecordInputStream in)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getAreaPtgName()
|
java.lang.String |
toFormulaString(HSSFWorkbook book)
return a string representation of this token alone |
Methods inherited from class org.apache.poi.hssf.record.formula.AreaPtg |
---|
getDefaultOperandClass, getFirstColumn, getFirstColumnRaw, getFirstRow, getLastColumn, getLastColumnRaw, getLastRow, getSize, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, notImplemented, setFirstColRelative, setFirstColumn, setFirstColumnRaw, setFirstRow, setFirstRowRelative, setLastColRelative, setLastColumn, setLastColumnRaw, setLastRow, setLastRowRelative, toFormulaString, toString, writeBytes |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
protected AreaNAPtg()
public AreaNAPtg(RecordInputStream in)
Method Detail |
---|
public java.lang.String getAreaPtgName()
getAreaPtgName
in class AreaPtg
public java.lang.String toFormulaString(HSSFWorkbook book)
Ptg
toFormulaString
in class AreaPtg
public java.lang.Object clone()
clone
in class AreaPtg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |