Uses of Class
net.sf.jasperreports.engine.export.JExcelApiExporter.StyleInfo

Packages that use JExcelApiExporter.StyleInfo
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

Uses of JExcelApiExporter.StyleInfo in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JExcelApiExporter.StyleInfo
protected  void JExcelApiExporter.addCell(int x, int y, JRPrintText text, java.lang.String textStr, JExcelApiExporter.StyleInfo baseStyle)
           
protected  jxl.write.biff.CellValue JExcelApiExporter.getDetectedCellValue(int x, int y, JRPrintText textElement, TextValue textValue, JExcelApiExporter.StyleInfo baseStyle, boolean complexFormat)
           
protected  jxl.write.biff.CellValue JExcelApiExporter.getFormulaCellValue(int x, int y, JRPrintText textElement, TextValue textValue, java.lang.String formula, JExcelApiExporter.StyleInfo baseStyle, boolean complexFormat)
           
protected  jxl.write.biff.CellValue JExcelApiExporter.getLabelCell(int x, int y, java.lang.String textStr, JExcelApiExporter.StyleInfo baseStyle)
           
protected  jxl.write.WritableCellFormat JExcelApiExporter.getLoadedCellStyle(JExcelApiExporter.StyleInfo styleKey)
           
 

Constructors in net.sf.jasperreports.engine.export with parameters of type JExcelApiExporter.StyleInfo
JExcelApiExporter.CellTextValueHandler(int x, int y, JRPrintText textElement, JExcelApiExporter.StyleInfo baseStyle, boolean cellComplexFormat)
           
JExcelApiExporter.FormulaTextValueHandler(int x, int y, JRPrintText textElement, java.lang.String formula, JExcelApiExporter.StyleInfo baseStyle, boolean cellComplexFormat)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com