| Package | Description |
|---|---|
| net.sf.jasperreports.components.map | |
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
JExcelApiExporter.ExporterContext |
protected class |
JExcelApiMetadataExporter.ExporterContext |
| Modifier and Type | Field and Description |
|---|---|
protected JExcelApiExporterContext |
JExcelApiMetadataExporter.exporterContext |
protected JExcelApiExporterContext |
JExcelApiExporter.exporterContext |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Exports a generic element.
|
int |
GenericElementJExcelApiMetadataHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
Map<String,Object> currentRow,
Map<String,Object> repeatedValues,
List<String> columnNames,
Map<String,Integer> columnNamesMap,
String currentColumnName,
int colIndex,
int rowIndex,
boolean repeatValue)
Exports a generic element.
|
Copyright © 2012. All Rights Reserved.