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 configurations -
-
Uses of ExporterInput in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as ExporterInput Modifier and Type Field Description protected ExporterInput
JRAbstractExporter. exporterInput
Methods in net.sf.jasperreports.engine that return ExporterInput Modifier and Type Method Description protected ExporterInput
JRAbstractExporter. getExporterInput()
Methods in net.sf.jasperreports.engine with parameters of type ExporterInput Modifier and Type Method Description void
JRAbstractExporter. 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 void
DocxStyleHelper. export(ExporterInput exporterInput)
JRPrintImage
JRXlsxExporter. getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex)
JRPrintImage
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 ExporterInput 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.Classes in net.sf.jasperreports.export that implement ExporterInput Modifier and Type Class Description class
PrintPartUnrollExporterInput
class
SimpleExporterInput
Constructors in net.sf.jasperreports.export with parameters of type ExporterInput Constructor Description PrintPartUnrollExporterInput(ExporterInput exporterInput, Class<? extends ReportExportConfiguration> itemConfigurationInterface)
-