Uses of Interface
net.sf.jasperreports.engine.export.ExporterNature
-
Packages that use ExporterNature 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.net.sf.jasperreports.poi.export -
-
Uses of ExporterNature in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement ExporterNature Modifier and Type Class Description class
AbstractExporterNature
class
JRCsvExporterNature
class
JRXlsAbstractExporterNature
Fields in net.sf.jasperreports.engine.export declared as ExporterNature Modifier and Type Field Description protected ExporterNature
ExcelAbstractExporter. nature
protected ExporterNature
JRAbstractCsvExporter. nature
Methods in net.sf.jasperreports.engine.export that return ExporterNature Modifier and Type Method Description protected ExporterNature
ExcelAbstractExporter. getNature()
protected abstract ExporterNature
JRXlsAbstractMetadataExporter. getNature()
Methods in net.sf.jasperreports.engine.export with parameters of type ExporterNature Modifier and Type Method 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.protected void
ExcelAbstractExporter. configureDefinedNames(ExporterNature exporterNature, JRPrintElement element)
Constructors in net.sf.jasperreports.engine.export with parameters of type ExporterNature Constructor 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. -
Uses of ExporterNature in net.sf.jasperreports.engine.export.oasis
Classes in net.sf.jasperreports.engine.export.oasis that implement ExporterNature Modifier and Type Class Description class
JROdsExporterNature
class
JROdtExporterNature
class
JROpenDocumentExporterNature
Fields in net.sf.jasperreports.engine.export.oasis declared as ExporterNature Modifier and Type Field Description protected ExporterNature
JROdtExporter. nature
-
Uses of ExporterNature in net.sf.jasperreports.engine.export.ooxml
Classes in net.sf.jasperreports.engine.export.ooxml that implement ExporterNature Modifier and Type Class Description class
JRDocxExporterNature
class
JROfficeOpenXmlExporterNature
class
JRPptxExporterNature
class
JRXlsxExporterNature
Fields in net.sf.jasperreports.engine.export.ooxml declared as ExporterNature Modifier and Type Field Description protected ExporterNature
JRDocxExporter. backgroundNature
protected ExporterNature
JRDocxExporter. pageNature
-
Uses of ExporterNature in net.sf.jasperreports.poi.export
Classes in net.sf.jasperreports.poi.export that implement ExporterNature Modifier and Type Class Description class
JRXlsExporterNature
class
JRXlsMetadataExporterNature
Methods in net.sf.jasperreports.poi.export that return ExporterNature Modifier and Type Method Description protected ExporterNature
JRXlsMetadataExporter. getNature()
-