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 configurationsnet.sf.jasperreports.json.export net.sf.jasperreports.pdf -
-
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 class
JRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>
Fields in net.sf.jasperreports.engine declared as ExporterConfiguration Modifier and Type Field Description protected C
JRAbstractExporter. crtCompositeConfiguration
protected C
JRAbstractExporter. 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 interface
Exporter<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 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
OdsExporterConfiguration
Interface containing settings used by the ODS exporter.interface
OdtExporterConfiguration
Interface containing settings used by the ODT 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.interface
XlsxMetadataExporterConfiguration
Interface containing settings used by the XLSX metadata exporters.Classes in net.sf.jasperreports.export that implement ExporterConfiguration Modifier and Type Class Description class
AbstractXlsExporterConfiguration
class
SimpleCsvExporterConfiguration
class
SimpleCsvMetadataExporterConfiguration
class
SimpleDocxExporterConfiguration
class
SimpleExporterConfiguration
class
SimpleGraphics2DExporterConfiguration
class
SimpleHtmlExporterConfiguration
class
SimpleOdsExporterConfiguration
class
SimpleOdtExporterConfiguration
class
SimplePptxExporterConfiguration
class
SimplePrintServiceExporterConfiguration
class
SimpleRtfExporterConfiguration
class
SimpleTextExporterConfiguration
class
SimpleXlsExporterConfiguration
class
SimpleXlsMetadataExporterConfiguration
class
SimpleXlsxExporterConfiguration
class
SimpleXlsxMetadataExporterConfiguration
-
Uses of ExporterConfiguration in net.sf.jasperreports.json.export
Subinterfaces of ExporterConfiguration in net.sf.jasperreports.json.export Modifier and Type Interface Description interface
JsonExporterConfiguration
Interface containing settings used by the JSON exporter.Classes in net.sf.jasperreports.json.export that implement ExporterConfiguration Modifier and Type Class Description class
SimpleJsonExporterConfiguration
-
Uses of ExporterConfiguration in net.sf.jasperreports.pdf
Subinterfaces of ExporterConfiguration in net.sf.jasperreports.pdf Modifier and Type Interface Description interface
PdfExporterConfiguration
Interface containing settings used by the PDF exporter.Classes in net.sf.jasperreports.pdf that implement ExporterConfiguration Modifier and Type Class Description class
SimplePdfExporterConfiguration
-