Uses of Interface
net.sf.jasperreports.export.ExporterConfiguration
Packages that use ExporterConfiguration
Package
Description
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.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides exporter input, exporter output and exporter configurations
-
Uses of ExporterConfiguration in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ExporterConfigurationModifier and TypeClassDescriptionclassJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration, O extends ExporterOutput, E extends JRExporterContext> Fields in net.sf.jasperreports.engine declared as ExporterConfigurationModifier and TypeFieldDescriptionprotected CJRAbstractExporter.crtCompositeConfigurationprotected CJRAbstractExporter.exporterConfiguration -
Uses of ExporterConfiguration in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return types with arguments of type ExporterConfigurationModifier and TypeMethodDescriptionprotected Class<ExporterConfiguration> JRXmlExporter.getConfigurationInterface() -
Uses of ExporterConfiguration in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ExporterConfigurationModifier and TypeInterfaceDescriptioninterfaceExporter<I extends ExporterInput,IC extends ReportExportConfiguration, C extends ExporterConfiguration, O extends ExporterOutput> All document exporting in JasperReports is done through this interface.Subinterfaces of ExporterConfiguration in net.sf.jasperreports.exportModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the CSV exporters.interfaceInterface containing settings used by the metadata based CSV exporter.interfaceInterface containing settings used by the DOCX exporter.interfaceInterface containing settings used by the Graphics2D exporter.interfaceInterface containing settings used by the HTML exporters.interfaceInterface containing settings used by the ODS exporter.interfaceInterface containing settings used by the ODT exporter.interfaceInterface containing settings used by the PPTX exporter.interfaceInterface containing settings used by the print service exporter.interfaceInterface containing settings used by the RTF exporter.interfaceInterface containing settings used by the pure text exporter.interfaceInterface containing settings used by the Excel exporters.interfaceInterface containing settings used by the Excel metadata exporters.interfaceInterface containing settings used by the XLSX exporter.interfaceInterface containing settings used by the XLSX metadata exporters.Classes in net.sf.jasperreports.export that implement ExporterConfigurationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ExporterConfiguration in net.sf.jasperreports.json.export
Subinterfaces of ExporterConfiguration in net.sf.jasperreports.json.exportModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the JSON exporter.Classes in net.sf.jasperreports.json.export that implement ExporterConfiguration -
Uses of ExporterConfiguration in net.sf.jasperreports.pdf
Subinterfaces of ExporterConfiguration in net.sf.jasperreports.pdfModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the PDF exporter.Classes in net.sf.jasperreports.pdf that implement ExporterConfiguration