Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
IconLabelElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JExcelApiExporter.ExporterContext
Deprecated.
|
protected class |
JExcelApiMetadataExporter.ExporterContext
Deprecated.
|
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)
Deprecated.
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)
Deprecated.
Exports a generic element.
|
Copyright © 2016. All rights reserved.