Uses of Interface
net.sf.jasperreports.export.ExporterInput
Packages that use ExporterInput
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 Office Open XML Format, such as
DOCX, XLSX and PPTX.
Provides exporter input, exporter output and exporter configurations
-
Uses of ExporterInput in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as ExporterInputMethods in net.sf.jasperreports.engine that return ExporterInputMethods in net.sf.jasperreports.engine with parameters of type ExporterInputModifier and TypeMethodDescriptionvoidJRAbstractExporter.setExporterInput(ExporterInput exporterInput) -
Uses of ExporterInput in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type ExporterInputModifier and TypeMethodDescriptionvoidDocxStyleHelper.export(ExporterInput exporterInput) JRXlsxExporter.getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex) XlsxMetadataExporter.getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex) -
Uses of ExporterInput in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ExporterInputModifier and TypeInterfaceDescriptioninterfaceExporter<I extends ExporterInput,IC extends ReportExportConfiguration, C extends ExporterConfiguration, O extends ExporterOutput> All document exporting in JasperReports is done through this interface.Classes in net.sf.jasperreports.export that implement ExporterInputConstructors in net.sf.jasperreports.export with parameters of type ExporterInputModifierConstructorDescriptionPrintPartUnrollExporterInput(ExporterInput exporterInput, Class<? extends ReportExportConfiguration> itemConfigurationInterface)