protected class JExcelApiExporter.FormulaTextValueHandler extends java.lang.Object implements TextValueHandler
Constructor and Description |
---|
FormulaTextValueHandler(int x,
int y,
java.lang.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, java.lang.String formula, JExcelApiExporter.StyleInfo baseStyle, boolean cellComplexFormat)
public void handle(StringTextValue textValue) throws JRException
handle
in interface TextValueHandler
JRException
public void handle(NumberTextValue textValue) throws JRException
handle
in interface TextValueHandler
JRException
public void handle(DateTextValue textValue) throws JRException
handle
in interface TextValueHandler
JRException
public void handle(BooleanTextValue textValue) throws JRException
handle
in interface TextValueHandler
JRException
protected jxl.write.Formula formula() throws JRException
JRException
public jxl.write.biff.CellValue getResult()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com