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
|
net.sf.jasperreports.export.parameters |
Provides support for export parameters
|
Modifier and Type | Interface and Description |
---|---|
interface |
JRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
Deprecated.
Replaced by
Exporter . |
Modifier and Type | Field and Description |
---|---|
protected ExporterInput |
JRAbstractExporter.exporterInput |
Modifier and Type | Method and Description |
---|---|
protected ExporterInput |
JRAbstractExporter.getExporterInput() |
Modifier and Type | Method and Description |
---|---|
void |
JRAbstractExporter.setExporterInput(ExporterInput exporterInput) |
Modifier and Type | Method and Description |
---|---|
void |
DocxStyleHelper.export(ExporterInput exporterInput) |
JRPrintImage |
JRXlsxExporter.getImage(ExporterInput exporterInput,
JRPrintElementIndex imageIndex) |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintPartUnrollExporterInput |
class |
SimpleExporterInput |
Constructor and Description |
---|
PrintPartUnrollExporterInput(ExporterInput exporterInput) |
Modifier and Type | Class and Description |
---|---|
class |
ParametersExporterInput
Deprecated.
To be removed.
|
Copyright © 2016. All rights reserved.