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.base |
Contains base implementations for the library's main interfaces.
|
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.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.part | |
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePrintPart |
Modifier and Type | Method and Description |
---|---|
PrintPart |
JasperPrint.removePart(int pageIndex)
Removes a part from the document.
|
PrintPart |
PrintParts.removePart(int pageIndex) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Integer,PrintPart>> |
PrintParts.partsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
JasperPrint.addPart(int pageIndex,
PrintPart part)
Adds a new part to the document.
|
void |
PrintParts.addPart(int pageIndex,
PrintPart part) |
Modifier and Type | Method and Description |
---|---|
PrintPart |
StandardPrintParts.removePart(int pageIndex) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Integer,PrintPart>> |
StandardPrintParts.partsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
StandardPrintParts.addPart(int pageIndex,
PrintPart part) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportPart(Integer pageIndex,
PrintPart part) |
Modifier and Type | Method and Description |
---|---|
void |
PartReportFiller.JasperPrintPartOutput.startPart(PrintPart part,
FillingPrintPart fillingPart) |
Modifier and Type | Method and Description |
---|---|
TreeMap<Integer,PrintPart> |
FillPartPrintOutput.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
PartPrintOutput.startPart(PrintPart part,
FillingPrintPart fillingPart) |
void |
FillPartPrintOutput.startPart(PrintPart printPart,
FillingPrintPart fillingPart) |
Modifier and Type | Method and Description |
---|---|
PrintPart |
ReadOnlyPartJasperPrint.removePart(int pageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyPartJasperPrint.addPart(int pageIndex,
PrintPart part) |
Constructor and Description |
---|
ReadOnlyPartJasperPrint(JasperPrint jasperPrint,
PrintPart part,
int startPageIndex,
int endPageIndex) |
Copyright © 2016. All rights reserved.