Uses of Interface
net.sf.jasperreports.engine.export.JRCsvExporterContext
-
Packages that use JRCsvExporterContext Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.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. -
-
Uses of JRCsvExporterContext in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRCsvExporterContext Modifier and Type Method Description String
IconLabelElementCsvHandler. getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
-
Uses of JRCsvExporterContext in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement JRCsvExporterContext Modifier and Type Class Description protected class
JRCsvExporter.ExporterContext
protected class
JRCsvMetadataExporter.ExporterContext
Methods in net.sf.jasperreports.engine.export with parameters of type JRCsvExporterContext Modifier and Type Method Description String
GenericElementCsvHandler. getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
Returns the text value to be inserted in the export output.
-