public interface FormulaExpression
Modifier and Type | Method and Description |
---|---|
Ref[] |
getAreaRefs() |
java.lang.String |
getErrorMessage()
Get the expression parsing error message if any
|
java.lang.String |
getFormulaString() |
Ptg[] |
getPtgs()
Returns the cached parsing things.
|
boolean |
hasError()
indicated the expression has parsing error
|
boolean |
isAreaRefs() |
boolean |
isMultipleAreaFormula()
Returns whether this is a multiple-area formula used in char data;
e.g.
|
boolean hasError()
java.lang.String getErrorMessage()
java.lang.String getFormulaString()
boolean isAreaRefs()
Ref[] getAreaRefs()
Ptg[] getPtgs()
boolean isMultipleAreaFormula()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.