org.pentaho.reporting.libraries.formula.function.text
public class MidFunction extends Object implements Function
Constructor Summary | |
---|---|
MidFunction() |
Method Summary | |
---|---|
TypeValuePair | evaluate(FormulaContext context, ParameterCallback parameters) |
String | getCanonicalName() |
static String | process(String text, int start, int lengthValue)
Computes the substring for the given text, using the 1-based start index and the given length.
|
Parameters: text start lengthValue
Returns: