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.export |
Provides exporter input, exporter output and exporter configurations
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrintBookmark> |
PrintBookmark.getBookmarks() |
java.util.List<PrintBookmark> |
JasperPrint.getBookmarks() |
java.util.List<PrintBookmark> |
BookmarkHelper.getRootBookmarks() |
Modifier and Type | Method and Description |
---|---|
void |
JasperPrint.addBookmark(PrintBookmark bookmark)
Adds a new page to the document.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperPrint.setBookmarks(java.util.List<PrintBookmark> bookmarks) |
Modifier and Type | Class and Description |
---|---|
class |
BasePrintBookmark |
Modifier and Type | Field and Description |
---|---|
java.util.List<PrintBookmark> |
BasePrintBookmark.bookmarks |
Modifier and Type | Method and Description |
---|---|
java.util.List<PrintBookmark> |
BasePrintBookmark.getBookmarks() |
Modifier and Type | Method and Description |
---|---|
void |
BasePrintBookmark.addBookmark(PrintBookmark child) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportBookmark(PrintBookmark bookmark) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportBookmarks(java.util.List<PrintBookmark> bookmarks) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PrintBookmark> |
ReadOnlyPartJasperPrint.getBookmarks() |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyPartJasperPrint.addBookmark(PrintBookmark bookmark) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyPartJasperPrint.setBookmarks(java.util.List<PrintBookmark> bookmarks) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com