net.sf.jasperreports.engine.export
Class JExcelApiExporter.CellTextValueHandler

java.lang.Object
  extended by net.sf.jasperreports.engine.export.JExcelApiExporter.CellTextValueHandler
All Implemented Interfaces:
TextValueHandler
Enclosing class:
JExcelApiExporter

protected class JExcelApiExporter.CellTextValueHandler
extends java.lang.Object
implements TextValueHandler


Constructor Summary
JExcelApiExporter.CellTextValueHandler(int x, int y, JRPrintText textElement, JExcelApiExporter.StyleInfo baseStyle, boolean cellComplexFormat)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JExcelApiExporter.CellTextValueHandler

public JExcelApiExporter.CellTextValueHandler(int x,
                                              int y,
                                              JRPrintText textElement,
                                              JExcelApiExporter.StyleInfo baseStyle,
                                              boolean cellComplexFormat)
Method Detail

handle

public void handle(StringTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(NumberTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(DateTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(BooleanTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

blank

protected jxl.write.Blank blank(jxl.write.WritableCellFormat cellStyle)

getResult

public jxl.write.biff.CellValue getResult()

isCellComplexFormat

public boolean isCellComplexFormat()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com