Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JExcelApiExporter.addCell(int x,
int y,
JRPrintText text,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle) |
protected CellValue |
JExcelApiExporter.getAutoDetectedCellValue(int x,
int y,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle) |
protected CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
TextValue textValue,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
TextValue textValue,
java.lang.String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected CellValue |
JExcelApiExporter.getLabelCell(int x,
int y,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle) |
protected WritableCellFormat |
JExcelApiExporter.getLoadedCellStyle(JExcelApiExporter.StyleInfo styleKey) |
Constructor and Description |
---|
JExcelApiExporter.CellTextValueHandler(int x,
int y,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
JExcelApiExporter.FormulaTextValueHandler(int x,
int y,
java.lang.String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com