protected class JExcelApiExporter.CellTextValueHandler extends Object implements TextValueHandler
| Constructor and Description |
|---|
CellTextValueHandler(int x,
int y,
JRPrintText textElement,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected jxl.write.Blank |
blank(jxl.write.WritableCellFormat cellStyle) |
jxl.write.biff.CellValue |
getResult() |
void |
handle(BooleanTextValue textValue) |
void |
handle(DateTextValue textValue) |
void |
handle(NumberTextValue textValue) |
void |
handle(StringTextValue textValue) |
boolean |
isCellComplexFormat() |
public CellTextValueHandler(int x,
int y,
JRPrintText textElement,
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.Blank blank(jxl.write.WritableCellFormat cellStyle)
public jxl.write.biff.CellValue getResult()
public boolean isCellComplexFormat()
Copyright © 2017. All rights reserved.