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 RC |
JRAbstractExporter.crtCompositeItemConfiguration |
protected RC |
JRAbstractExporter.itemConfiguration |
Modifier and Type | Interface and Description |
---|---|
interface |
JRHtmlReportConfiguration
Deprecated.
To be removed.
|
Modifier and Type | Method and Description |
---|---|
protected Class<ReportExportConfiguration> |
JRXmlExporter.getItemConfigurationInterface() |
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 |
CsvMetadataReportConfiguration
Interface containing settings used by the metadata based CSV exporter.
|
interface |
CsvReportConfiguration
Interface containing settings used by the CSV exporters.
|
interface |
DocxReportConfiguration
Interface containing settings used by the DOCX exporter.
|
interface |
Graphics2DReportConfiguration
Interface containing settings used by the Graphics2D exporter.
|
interface |
HtmlReportConfiguration
Interface containing settings used by the HTML exporters.
|
interface |
JsonMetadataReportConfiguration
Interface containing settings used by the JSON Metadata exporter.
|
interface |
JsonReportConfiguration
Interface containing settings used by the JSON exporter.
|
interface |
JxlMetadataReportConfiguration
Deprecated.
To be removed.
|
interface |
JxlReportConfiguration
Deprecated.
To be removed.
|
interface |
OdsReportConfiguration
Interface containing settings used by the ODS exporter.
|
interface |
OdtReportConfiguration
Interface containing settings used by the ODT exporter.
|
interface |
PdfReportConfiguration
Interface containing settings used by the PDF exporter.
|
interface |
PptxReportConfiguration
Interface containing settings used by the PPTX exporter.
|
interface |
PrintServiceReportConfiguration
Interface containing settings used by the print service exporter.
|
interface |
RtfReportConfiguration
Interface containing settings used by the RTF exporter.
|
interface |
TextReportConfiguration
Interface containing settings used by the pure text exporter.
|
interface |
XlsMetadataReportConfiguration
Interface containing settings used by the Excel metadata exporters.
|
interface |
XlsReportConfiguration
Interface containing settings used by the Excel exporters.
|
interface |
XlsxReportConfiguration
Interface containing settings used by the XLSX exporter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXlsReportConfiguration |
class |
SimpleCsvMetadataReportConfiguration |
class |
SimpleCsvReportConfiguration |
class |
SimpleDocxReportConfiguration |
class |
SimpleGraphics2DReportConfiguration |
class |
SimpleHtmlReportConfiguration |
class |
SimpleJsonMetadataReportConfiguration |
class |
SimpleJsonReportConfiguration |
class |
SimpleJxlMetadataReportConfiguration
Deprecated.
To be removed.
|
class |
SimpleJxlReportConfiguration
Deprecated.
To be removed.
|
class |
SimpleOdsReportConfiguration |
class |
SimpleOdtReportConfiguration |
class |
SimplePdfReportConfiguration |
class |
SimplePptxReportConfiguration |
class |
SimplePrintServiceReportConfiguration |
class |
SimpleReportExportConfiguration |
class |
SimpleRtfReportConfiguration |
class |
SimpleTextReportConfiguration |
class |
SimpleXlsMetadataReportConfiguration |
class |
SimpleXlsReportConfiguration |
class |
SimpleXlsxReportConfiguration |
Modifier and Type | Method and Description |
---|---|
ReportExportConfiguration |
ExporterInputItem.getConfiguration() |
ReportExportConfiguration |
SimpleExporterInputItem.getConfiguration() |
Constructor and Description |
---|
SimpleExporterInputItem(JasperPrint jasperPrint,
ReportExportConfiguration configuration) |
Copyright © 2016. All rights reserved.