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.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
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.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
|
net.sf.jasperreports.parts.subreport | |
net.sf.jasperreports.search |
Provides support for JasperReports search feature.
|
Modifier and Type | Method and Description |
---|---|
JRPrintPage |
JasperPrint.removePage(int index)
Removes a page from the document.
|
Modifier and Type | Method and Description |
---|---|
List<JRPrintPage> |
JasperPrint.getPages()
Returns a list of all pages in the filled report.
|
Modifier and Type | Method and Description |
---|---|
void |
BookmarkHelper.addBookmarks(JRPrintPage page,
int pageIndex) |
void |
JasperPrint.addPage(int index,
JRPrintPage page)
Adds a new page to the document, placing it at the specified index.
|
void |
JasperPrint.addPage(JRPrintPage page)
Adds a new page to the document.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintPage |
class |
JRVirtualPrintPage
A print page that can be virtualized to free heap memory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRXhtmlExporter.exportPage(JRPrintPage page)
Deprecated.
|
protected void |
JRCsvMetadataExporter.exportPage(JRPrintPage page) |
protected void |
JRCsvExporter.exportPage(JRPrintPage page) |
protected void |
JsonExporter.exportPage(JRPrintPage page) |
protected void |
HtmlExporter.exportPage(JRPrintPage page) |
protected void |
JRTextExporter.exportPage(JRPrintPage page)
Exports a page to the output writer.
|
protected int |
JRXlsAbstractMetadataExporter.exportPage(JRPrintPage page) |
protected void |
JRPdfExporter.exportPage(JRPrintPage page) |
protected void |
JsonMetadataExporter.exportPage(JRPrintPage page) |
protected void |
JRHtmlExporter.exportPage(JRPrintPage page)
Deprecated.
|
protected abstract void |
JRAbstractCsvExporter.exportPage(JRPrintPage page) |
protected void |
JRXmlExporter.exportPage(JRPrintPage page) |
protected void |
JRRtfExporter.exportPage(JRPrintPage page,
boolean lastPage)
Exports a report page
|
protected int |
JRXlsAbstractExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
protected void |
JRPdfExporter.setPageSize(JRPrintPage page) |
Modifier and Type | Method and Description |
---|---|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
List<JRPrintPage> pages,
int startPageIndex,
int endPageIndex,
int width,
int offsetX)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JROdtExporter.exportPage(JRPrintPage page) |
protected int |
JROdsExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportPage(JRPrintPage page) |
protected void |
JRPptxExporter.exportPage(JRPrintPage page) |
protected int |
JRXlsxExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
Modifier and Type | Field and Description |
---|---|
protected JRPrintPage |
JRBaseFiller.printPage |
protected JRPrintPage |
JRFillSubreport.printPage |
Modifier and Type | Method and Description |
---|---|
protected JRPrintPage |
JRBaseFiller.getCurrentPage() |
JRPrintPage |
FillerPageAddedEvent.getPage() |
JRPrintPage |
PartReportFiller.JasperPrintPartOutput.getPage(int pageIndex) |
JRPrintPage |
JRFillContext.getPrintPage()
Returns the current master print page.
|
protected JRPrintPage |
JRBaseFiller.newPage() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRBaseFiller.addPage(JRPrintPage page) |
void |
PartReportFiller.JasperPrintPartOutput.addPage(JRPrintPage page,
DelayedFillActions delayedActionsSource) |
protected void |
PartReportFiller.JasperPrintPartOutput.addPage(JRPrintPage page,
int pageOffset,
DelayedFillActions sourceActions,
BookmarkIterator sourceBookmarkIterator) |
protected boolean |
JRBaseFiller.hasBoundActions(JRPrintPage page) |
boolean |
DelayedFillActions.hasDelayedActions(JRPrintPage page) |
protected boolean |
DelayedFillActions.hasMasterDelayedActions(JRPrintPage page) |
boolean |
JRBaseFiller.isPageFinal(JRPrintPage page) |
void |
DelayedFillActions.moveMasterEvaluations(DelayedFillActions sourceActions,
JRPrintPage page,
int pageIndex) |
protected void |
DelayedFillActions.registerPage(JRPrintPage page) |
void |
JRFillContext.setPrintPage(JRPrintPage page)
Sets the current master print page.
|
protected void |
JRBaseFiller.subreportPageFilled(JRPrintPage subreportPage) |
Constructor and Description |
---|
FillPageKey(JRPrintPage page) |
FillPageKey(JRPrintPage page,
int index) |
Modifier and Type | Method and Description |
---|---|
JRPrintPage |
FillPartPrintOutput.getPage(int pageIndex) |
JRPrintPage |
PartPrintOutput.getPage(int pageIndex) |
Modifier and Type | Method and Description |
---|---|
List<JRPrintPage> |
FillPartPrintOutput.getPages() |
Modifier and Type | Method and Description |
---|---|
void |
FillPartPrintOutput.addPage(JRPrintPage page,
DelayedFillActions delayedActionsSource) |
void |
PartPrintOutput.addPage(JRPrintPage page,
DelayedFillActions delayedActions) |
boolean |
FinalFillingPrintPart.isPageFinal(JRPrintPage page) |
boolean |
FillingPrintPart.isPageFinal(JRPrintPage page) |
Modifier and Type | Method and Description |
---|---|
JRPrintPage |
ReadOnlyPartJasperPrint.removePage(int index) |
Modifier and Type | Method and Description |
---|---|
List<JRPrintPage> |
ReadOnlyPartJasperPrint.getPages() |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyPartJasperPrint.addPage(int index,
JRPrintPage page) |
void |
ReadOnlyPartJasperPrint.addPage(JRPrintPage page) |
Modifier and Type | Method and Description |
---|---|
boolean |
SubreportFillPart.FillerPrintPart.isPageFinal(JRPrintPage page) |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneUtil.indexPage(JRPrintPage page,
int pageNo) |
Copyright © 2016. All rights reserved.