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.swing |
Provides support for JasperReports viewer feature.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePrintPageFormat |
Modifier and Type | Method and Description |
---|---|
PrintPageFormat |
PrintPart.getPageFormat() |
PrintPageFormat |
JasperPrint.getPageFormat() |
PrintPageFormat |
SimplePrintPart.getPageFormat() |
PrintPageFormat |
PrintParts.getPageFormat(int pageIndex) |
PrintPageFormat |
JasperPrint.getPageFormat(int pageIndex) |
Modifier and Type | Method and Description |
---|---|
void |
SimplePrintPart.setPageFormat(PrintPageFormat pageFormat) |
Modifier and Type | Method and Description |
---|---|
PrintPageFormat |
StandardPrintParts.getPageFormat(int pageIndex) |
Modifier and Type | Field and Description |
---|---|
protected PrintPageFormat |
JRXlsAbstractExporter.pageFormat |
protected PrintPageFormat |
JRPdfExporter.pageFormat |
Modifier and Type | Method and Description |
---|---|
protected PrintPageFormat |
JRPdfExporter.getCurrentPageFormat() |
Modifier and Type | Field and Description |
---|---|
protected PrintPageFormat |
JROdsExporter.oldPageFormat |
Modifier and Type | Method and Description |
---|---|
void |
StyleBuilder.buildPageLayout(int pageFormatIndex,
PrintPageFormat pageFormat) |
Modifier and Type | Field and Description |
---|---|
protected PrintPageFormat |
JRXlsxExporter.oldPageFormat |
protected PrintPageFormat |
JRDocxExporter.pageFormat |
Modifier and Type | Method and Description |
---|---|
void |
XlsxSheetHelper.exportFooter(int index,
PrintPageFormat jasperPrint,
boolean isIgnorePageMargins,
String autoFilter,
Integer scale,
Integer firstPageNumber,
boolean firstPageNotSet,
Integer sheetPageCount) |
void |
DocxDocumentHelper.exportSection(PrintPageFormat pageFormat,
JRGridLayout pageGridLayout,
boolean lastPage) |
Constructor and Description |
---|
DocxTableHelper(JasperReportsContext jasperReportsContext,
Writer writer,
CutsInfo xCuts,
boolean pageBreak,
PrintPageFormat pageFormat,
JRPrintElementIndex frameIndex) |
Modifier and Type | Method and Description |
---|---|
PrintPageFormat |
JRViewerController.getPageFormat() |
Copyright © 2017. All rights reserved.