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 configurations
|
Modifier and Type | Field and Description |
---|---|
protected ExporterInputItem |
JRAbstractExporter.crtItem |
Modifier and Type | Method and Description |
---|---|
protected void |
JRAbstractExporter.setCurrentExporterInputItem(ExporterInputItem crtItem) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRPdfExporter.initBookmarks(List<ExporterInputItem> items) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleExporterInputItem |
Modifier and Type | Method and Description |
---|---|
List<ExporterInputItem> |
SimpleExporterInput.getItems() |
List<ExporterInputItem> |
PrintPartUnrollExporterInput.getItems() |
List<ExporterInputItem> |
ExporterInput.getItems() |
protected static List<ExporterInputItem> |
SimpleExporterInput.getItems(List<JasperPrint> jasperPrintList) |
Constructor and Description |
---|
SimpleExporterInput(List<ExporterInputItem> items)
Creates an
ExporterInput object with the provided export items. |
Copyright © 2016. All rights reserved.