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. -
-
Uses of ExporterNature in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement ExporterNature Modifier and Type Class Description classAbstractExporterNatureclassJRCsvExporterNatureclassJRXlsAbstractExporterNatureclassJRXlsExporterNatureclassJRXlsMetadataExporterNatureFields in net.sf.jasperreports.engine.export declared as ExporterNature Modifier and Type Field Description protected ExporterNatureExcelAbstractExporter. natureprotected ExporterNatureJRAbstractCsvExporter. natureMethods in net.sf.jasperreports.engine.export that return ExporterNature Modifier and Type Method Description protected ExporterNatureExcelAbstractExporter. getNature()protected abstract ExporterNatureJRXlsAbstractMetadataExporter. getNature()protected ExporterNatureJRXlsMetadataExporter. getNature()Methods in net.sf.jasperreports.engine.export with parameters of type ExporterNature Modifier and Type Method Description protected static voidJRGridLayout. 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 CutsInfoJRGridLayout. 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 voidExcelAbstractExporter. 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 classJROdsExporterNatureclassJROdtExporterNatureclassJROpenDocumentExporterNatureFields in net.sf.jasperreports.engine.export.oasis declared as ExporterNature Modifier and Type Field Description protected ExporterNatureJROdtExporter. 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 classJRDocxExporterNatureclassJROfficeOpenXmlExporterNatureclassJRPptxExporterNatureclassJRXlsxExporterNatureFields in net.sf.jasperreports.engine.export.ooxml declared as ExporterNature Modifier and Type Field Description protected ExporterNatureJRDocxExporter. nature
-