Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
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.
|
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
Modifier and Type | Class and Description |
---|---|
class |
JRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext> |
interface |
JRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
Deprecated.
Replaced by
Exporter . |
Modifier and Type | Field and Description |
---|---|
protected C |
JRAbstractExporter.crtCompositeConfiguration |
protected C |
JRAbstractExporter.exporterConfiguration |
Modifier and Type | Interface and Description |
---|---|
interface |
JRHtmlExporterConfiguration
Deprecated.
To be removed.
|
Modifier and Type | Method and Description |
---|---|
protected Class<ExporterConfiguration> |
JRXmlExporter.getConfigurationInterface() |
Modifier and Type | Interface and Description |
---|---|
interface |
Exporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
All document exporting in JasperReports is done through this interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CsvExporterConfiguration
Interface containing settings used by the CSV exporters.
|
interface |
CsvMetadataExporterConfiguration
Interface containing settings used by the metadata based CSV exporter.
|
interface |
DocxExporterConfiguration
Interface containing settings used by the DOCX exporter.
|
interface |
Graphics2DExporterConfiguration
Interface containing settings used by the Graphics2D exporter.
|
interface |
HtmlExporterConfiguration
Interface containing settings used by the HTML exporters.
|
interface |
JsonExporterConfiguration
Interface containing settings used by the JSON exporter.
|
interface |
JxlExporterConfiguration
Deprecated.
To be removed.
|
interface |
JxlMetadataExporterConfiguration
Deprecated.
To be removed.
|
interface |
OdsExporterConfiguration
Interface containing settings used by the ODS exporter.
|
interface |
OdtExporterConfiguration
Interface containing settings used by the ODT exporter.
|
interface |
PdfExporterConfiguration
Interface containing settings used by the PDF exporter.
|
interface |
PptxExporterConfiguration
Interface containing settings used by the PPTX exporter.
|
interface |
PrintServiceExporterConfiguration
Interface containing settings used by the print service exporter.
|
interface |
RtfExporterConfiguration
Interface containing settings used by the RTF exporter.
|
interface |
TextExporterConfiguration
Interface containing settings used by the pure text exporter.
|
interface |
XlsExporterConfiguration
Interface containing settings used by the Excel exporters.
|
interface |
XlsMetadataExporterConfiguration
Interface containing settings used by the Excel metadata exporters.
|
interface |
XlsxExporterConfiguration
Interface containing settings used by the XLSX exporter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXlsExporterConfiguration |
class |
SimpleCsvExporterConfiguration |
class |
SimpleCsvMetadataExporterConfiguration |
class |
SimpleDocxExporterConfiguration |
class |
SimpleExporterConfiguration |
class |
SimpleGraphics2DExporterConfiguration |
class |
SimpleHtmlExporterConfiguration |
class |
SimpleJsonExporterConfiguration |
class |
SimpleJxlExporterConfiguration
Deprecated.
To be removed.
|
class |
SimpleJxlMetadataExporterConfiguration
Deprecated.
To be removed.
|
class |
SimpleOdsExporterConfiguration |
class |
SimpleOdtExporterConfiguration |
class |
SimplePdfExporterConfiguration |
class |
SimplePptxExporterConfiguration |
class |
SimplePrintServiceExporterConfiguration |
class |
SimpleRtfExporterConfiguration |
class |
SimpleTextExporterConfiguration |
class |
SimpleXlsExporterConfiguration |
class |
SimpleXlsMetadataExporterConfiguration |
class |
SimpleXlsxExporterConfiguration |
Copyright © 2016. All rights reserved.