|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.TextFunction
org.apache.poi.hssf.record.formula.functions.Len
public class Len
Field Summary |
---|
Fields inherited from class org.apache.poi.hssf.record.formula.functions.TextFunction |
---|
EMPTY_STRING |
Constructor Summary | |
---|---|
Len()
|
Method Summary | |
---|---|
protected ValueEval |
attemptXlateToText(ValueEval ve)
converts from Different ValueEval types to StringEval. |
Eval |
evaluate(Eval[] operands,
int srcCellRow,
short srcCellCol)
|
protected ValueEval |
singleOperandEvaluate(Eval eval,
int srcRow,
short srcCol)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Len()
Method Detail |
---|
public Eval evaluate(Eval[] operands, int srcCellRow, short srcCellCol)
protected ValueEval singleOperandEvaluate(Eval eval, int srcRow, short srcCol)
singleOperandEvaluate
in class TextFunction
protected ValueEval attemptXlateToText(ValueEval ve)
attemptXlateToText
in class TextFunction
ve
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |