Uses of Interface
net.sf.jasperreports.export.ExporterConfiguration
-
Packages that use ExporterConfiguration 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 -
-
Uses of ExporterConfiguration in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ExporterConfiguration Modifier and Type Class Description classJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>interfaceJRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>Deprecated.Replaced byExporter.Fields in net.sf.jasperreports.engine declared as ExporterConfiguration Modifier and Type Field Description protected 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 ExporterConfiguration Modifier and Type Method Description protected Class<ExporterConfiguration>JRXmlExporter. getConfigurationInterface() -
Uses of ExporterConfiguration in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ExporterConfiguration Modifier and Type Interface Description interfaceExporter<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.export Modifier and Type Interface Description interfaceCsvExporterConfigurationInterface containing settings used by the CSV exporters.interfaceCsvMetadataExporterConfigurationInterface containing settings used by the metadata based CSV exporter.interfaceDocxExporterConfigurationInterface containing settings used by the DOCX exporter.interfaceGraphics2DExporterConfigurationInterface containing settings used by the Graphics2D exporter.interfaceHtmlExporterConfigurationInterface containing settings used by the HTML exporters.interfaceJsonExporterConfigurationInterface containing settings used by the JSON exporter.interfaceOdsExporterConfigurationInterface containing settings used by the ODS exporter.interfaceOdtExporterConfigurationInterface containing settings used by the ODT exporter.interfacePdfExporterConfigurationInterface containing settings used by the PDF exporter.interfacePptxExporterConfigurationInterface containing settings used by the PPTX exporter.interfacePrintServiceExporterConfigurationInterface containing settings used by the print service exporter.interfaceRtfExporterConfigurationInterface containing settings used by the RTF exporter.interfaceTextExporterConfigurationInterface containing settings used by the pure text exporter.interfaceXlsExporterConfigurationInterface containing settings used by the Excel exporters.interfaceXlsMetadataExporterConfigurationInterface containing settings used by the Excel metadata exporters.interfaceXlsxExporterConfigurationInterface containing settings used by the XLSX exporter.interfaceXlsxMetadataExporterConfigurationInterface containing settings used by the XLSX metadata exporters.Classes in net.sf.jasperreports.export that implement ExporterConfiguration Modifier and Type Class Description classAbstractXlsExporterConfigurationclassSimpleCsvExporterConfigurationclassSimpleCsvMetadataExporterConfigurationclassSimpleDocxExporterConfigurationclassSimpleExporterConfigurationclassSimpleGraphics2DExporterConfigurationclassSimpleHtmlExporterConfigurationclassSimpleJsonExporterConfigurationclassSimpleOdsExporterConfigurationclassSimpleOdtExporterConfigurationclassSimplePdfExporterConfigurationclassSimplePptxExporterConfigurationclassSimplePrintServiceExporterConfigurationclassSimpleRtfExporterConfigurationclassSimpleTextExporterConfigurationclassSimpleXlsExporterConfigurationclassSimpleXlsMetadataExporterConfigurationclassSimpleXlsxExporterConfigurationclassSimpleXlsxMetadataExporterConfiguration
-