Uses of Interface
net.sf.jasperreports.export.Exporter
-
Packages that use Exporter 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.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX. -
-
Uses of Exporter in net.sf.jasperreports.engine
Subinterfaces of Exporter in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>Deprecated.Replaced byExporter.Classes in net.sf.jasperreports.engine that implement Exporter Modifier and Type Class Description classJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>Methods in net.sf.jasperreports.engine that return Exporter Modifier and Type Method Description ExporterJRAbstractExporter.BaseExporterContext. getExporterRef() -
Uses of Exporter in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement Exporter Modifier and Type Class Description classAbstractHtmlExporter<RC extends HtmlReportConfiguration,C extends HtmlExporterConfiguration>classExcelAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>classHtmlExporterclassJRAbstractCsvExporter<RC extends CsvReportConfiguration,C extends CsvExporterConfiguration,E extends JRExporterContext>Exports a JasperReports document to CSV format.classJRCsvExporterExports a JasperReports document to CSV format.classJRCsvMetadataExporterExports a JasperReports document to CSV format based on the metadata provided.classJRGraphics2DExporterExports a JasperReports document to aGraphics2Dobject.classJRPdfExporterExports a JasperReports document to PDF format.classJRPrintServiceExporterPrints a JasperReports document using the Java Print Service API.classJRRtfExporterExports a JasperReports document to RTF format.classJRTextExporterExports filled reports in plain text format.classJRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>Superclass for the Excel exporters.classJRXlsAbstractMetadataExporter<RC extends XlsMetadataReportConfiguration,C extends XlsMetadataExporterConfiguration,E extends JRExporterContext>classJRXlsExporterExports a JasperReports document to XLS format.classJRXlsMetadataExporterclassJRXmlExporterExports a JasperReports document to an XML file that contains the same data as aJasperPrintobject, but in XML format, instead of a serialized class.classJsonExporterclassJsonMetadataExporterMethods in net.sf.jasperreports.engine.export that return Exporter Modifier and Type Method Description ExporterJRExporterContext. getExporterRef()Returns the current exporter. -
Uses of Exporter in net.sf.jasperreports.engine.export.oasis
Classes in net.sf.jasperreports.engine.export.oasis that implement Exporter Modifier and Type Class Description classJROdsExporterExports a JasperReports document to Open Document Spreadsheet format.classJROdtExporterExports a JasperReports document to ODF format. -
Uses of Exporter in net.sf.jasperreports.engine.export.ooxml
Classes in net.sf.jasperreports.engine.export.ooxml that implement Exporter Modifier and Type Class Description classJRDocxExporterExports a JasperReports document to DOCX format.classJRPptxExporterExports a JasperReports document to Microsoft PowerPoint 2007 format (PPTX).classJRXlsxExporterExports a JasperReports document to XLSX format.classXlsxMetadataExporterExports a JasperReports document to XLSX format based on the metadata provided.
-