protected class JExcelApiExporter.FormulaTextValueHandler extends Object implements TextValueHandler
| Constructor and Description |
|---|
FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected jxl.write.Formula |
formula() |
jxl.write.biff.CellValue |
getResult() |
void |
handle(BooleanTextValue textValue) |
void |
handle(DateTextValue textValue) |
void |
handle(NumberTextValue textValue) |
void |
handle(StringTextValue textValue) |
public FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat)
public void handle(StringTextValue textValue) throws JRException
handle in interface TextValueHandlerJRExceptionpublic void handle(NumberTextValue textValue) throws JRException
handle in interface TextValueHandlerJRExceptionpublic void handle(DateTextValue textValue) throws JRException
handle in interface TextValueHandlerJRExceptionpublic void handle(BooleanTextValue textValue) throws JRException
handle in interface TextValueHandlerJRExceptionprotected jxl.write.Formula formula()
throws JRException
JRExceptionpublic jxl.write.biff.CellValue getResult()
Copyright © 2017. All rights reserved.