Uses of Interface
net.sf.jasperreports.engine.export.ExporterNature
Packages that use ExporterNature
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
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 ExporterNatureModifier and TypeClassDescriptionclassclassclassFields in net.sf.jasperreports.engine.export declared as ExporterNatureModifier and TypeFieldDescriptionprotected ExporterNatureExcelAbstractExporter.natureprotected ExporterNatureJRAbstractCsvExporter.natureMethods in net.sf.jasperreports.engine.export that return ExporterNatureModifier and TypeMethodDescriptionprotected ExporterNatureExcelAbstractExporter.getNature()protected abstract ExporterNatureJRXlsAbstractMetadataExporter.getNature()Methods in net.sf.jasperreports.engine.export with parameters of type ExporterNatureModifier and TypeMethodDescriptionprotected 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 ExporterNatureModifierConstructorDescriptionJRGridLayout(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 ExporterNatureModifier and TypeClassDescriptionclassclassclassFields in net.sf.jasperreports.engine.export.oasis declared as ExporterNature -
Uses of ExporterNature in net.sf.jasperreports.engine.export.ooxml
Classes in net.sf.jasperreports.engine.export.ooxml that implement ExporterNatureModifier and TypeClassDescriptionclassclassclassclassFields in net.sf.jasperreports.engine.export.ooxml declared as ExporterNatureModifier and TypeFieldDescriptionprotected ExporterNatureJRDocxExporter.backgroundNatureprotected ExporterNatureJRDocxExporter.pageNature -
Uses of ExporterNature in net.sf.jasperreports.poi.export
Classes in net.sf.jasperreports.poi.export that implement ExporterNatureMethods in net.sf.jasperreports.poi.export that return ExporterNature