net.sf.jasperreports.engine.export
Class JExcelApiMetadataExporter.FormulaTextValueHandler

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

protected class JExcelApiMetadataExporter.FormulaTextValueHandler
extends java.lang.Object
implements TextValueHandler


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

Constructor Detail

JExcelApiMetadataExporter.FormulaTextValueHandler

public JExcelApiMetadataExporter.FormulaTextValueHandler(int x,
                                                         int y,
                                                         JRPrintText textElement,
                                                         java.lang.String formula,
                                                         JExcelApiMetadataExporter.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

formula

protected jxl.write.Formula formula()
                             throws JRException
Throws:
JRException

getResult

public jxl.write.biff.CellValue getResult()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com