Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExporterNature |
class |
JExcelApiExporterNature
Deprecated.
To be removed.
|
class |
JRCsvExporterNature |
class |
JRHtmlExporterNature
Deprecated.
To be removed.
|
class |
JRXlsAbstractExporterNature |
class |
JRXlsExporterNature |
class |
JRXlsMetadataExporterNature |
Modifier and Type | Field and Description |
---|---|
protected ExporterNature |
JRHtmlExporter.nature
Deprecated.
|
protected ExporterNature |
JExcelApiMetadataExporter.nature
Deprecated.
|
protected ExporterNature |
JRXlsAbstractExporter.nature |
protected ExporterNature |
JRAbstractCsvExporter.nature |
Modifier and Type | Method and Description |
---|---|
protected abstract ExporterNature |
JRXlsAbstractMetadataExporter.getNature() |
protected ExporterNature |
JExcelApiMetadataExporter.getNature()
Deprecated.
|
protected ExporterNature |
JRXlsAbstractExporter.getNature() |
protected ExporterNature |
JRXlsMetadataExporter.getNature() |
Modifier and Type | Method and Description |
---|---|
protected static void |
JRGridLayout.addXCuts(ExporterNature nature,
List<JRPrintElement> elementsList,
int elementOffsetX,
CutsInfo xCuts)
This static method calculates the X cuts for a list of print elements and
stores them in the list indicated by the xCuts parameter.
|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
JasperPrint jasperPrint,
int startPageIndex,
int endPageIndex,
int offsetX)
This static method calculates all the X cuts for a list of pages.
|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
List<JRPrintPage> pages,
int startPageIndex,
int endPageIndex,
int width,
int offsetX)
Deprecated.
|
Constructor and Description |
---|
JRGridLayout(ExporterNature nature,
List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY)
Constructor.
|
JRGridLayout(ExporterNature nature,
List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY,
CutsInfo xCuts)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JROdsExporterNature |
class |
JROdtExporterNature |
class |
JROpenDocumentExporterNature |
Modifier and Type | Field and Description |
---|---|
protected ExporterNature |
JROdtExporter.nature |
Modifier and Type | Class and Description |
---|---|
class |
JRDocxExporterNature |
class |
JROfficeOpenXmlExporterNature |
class |
JRXlsxExporterNature |
Modifier and Type | Field and Description |
---|---|
protected ExporterNature |
JRDocxExporter.nature |
Copyright © 2016. All rights reserved.