Uses of Interface
net.sf.jasperreports.export.ExporterInput
-
Packages that use ExporterInput 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.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.export.parameters Provides support for export parameters -
-
Uses of ExporterInput in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ExporterInput Modifier and Type Interface Description interfaceJRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>Deprecated.Replaced byExporter.Fields in net.sf.jasperreports.engine declared as ExporterInput Modifier and Type Field Description protected ExporterInputJRAbstractExporter. exporterInputMethods in net.sf.jasperreports.engine that return ExporterInput Modifier and Type Method Description protected ExporterInputJRAbstractExporter. getExporterInput()Methods in net.sf.jasperreports.engine with parameters of type ExporterInput Modifier and Type Method Description voidJRAbstractExporter. 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 ExporterInput Modifier and Type Method Description voidDocxStyleHelper. export(ExporterInput exporterInput)JRPrintImageJRXlsxExporter. getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex)JRPrintImageXlsxMetadataExporter. getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex) -
Uses of ExporterInput in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ExporterInput 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.Classes in net.sf.jasperreports.export that implement ExporterInput Modifier and Type Class Description classPrintPartUnrollExporterInputclassSimpleExporterInputConstructors in net.sf.jasperreports.export with parameters of type ExporterInput Constructor Description PrintPartUnrollExporterInput(ExporterInput exporterInput, java.lang.Class<? extends ReportExportConfiguration> itemConfigurationInterface) -
Uses of ExporterInput in net.sf.jasperreports.export.parameters
Classes in net.sf.jasperreports.export.parameters that implement ExporterInput Modifier and Type Class Description classParametersExporterInputDeprecated.To be removed.
-