Uses of Interface
net.sf.jasperreports.engine.export.JRExporterContext
-
Packages that use JRExporterContext Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.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.engine.util Contains utility classes for the core library. -
-
Uses of JRExporterContext in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type JRExporterContext Modifier and Type Class Description classJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>Classes in net.sf.jasperreports.engine that implement JRExporterContext Modifier and Type Class Description classJRAbstractExporter.BaseExporterContextFields in net.sf.jasperreports.engine declared as JRExporterContext Modifier and Type Field Description protected EJRAbstractExporter. exporterContext -
Uses of JRExporterContext in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type JRExporterContext Modifier and Type Class Description classExcelAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>classJRAbstractCsvExporter<RC extends CsvReportConfiguration,C extends CsvExporterConfiguration,E extends JRExporterContext>Exports a JasperReports document to CSV format.classJRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>Superclass for the Excel exporters.classJRXlsAbstractMetadataExporter<RC extends XlsMetadataReportConfiguration,C extends XlsMetadataExporterConfiguration,E extends JRExporterContext>Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export Modifier and Type Interface Description interfaceJRCsvExporterContextA context that represents information about a CSV export process.interfaceJRGraphics2DExporterContextA context that represents information about an Graphics2D export process.interfaceJRHtmlExporterContextA context that represents information about an HTML export process.interfaceJRPdfExporterContextA context that represents information about an PDF export process.interfaceJRRtfExporterContextA context that represents information about an RTF export process.interfaceJRTextExporterContextA context that represents information about a text export process.interfaceJRXlsExporterContextA context that represents information about an XLS export process.interfaceJRXmlExporterContextA context that represents information about an XML export process.interfaceJsonExporterContextA context that represents information about an HTML export process.Classes in net.sf.jasperreports.engine.export that implement JRExporterContext Modifier and Type Class Description protected classHtmlExporter.ExporterContextprotected classJRCsvExporter.ExporterContextprotected classJRCsvMetadataExporter.ExporterContextprotected classJRGraphics2DExporter.ExporterContextprotected classJRPdfExporter.ExporterContextprotected classJRPrintServiceExporter.ExporterContextprotected classJRRtfExporter.ExporterContextprotected classJRTextExporter.ExporterContextprotected classJRXlsExporter.ExporterContextprotected classJRXlsMetadataExporter.ExporterContextprotected classJRXmlExporter.ExporterContextprotected classJsonExporter.ExporterContextprotected classJsonMetadataExporter.ExporterContextMethods in net.sf.jasperreports.engine.export with parameters of type JRExporterContext Modifier and Type Method Description ExporterFilterDefaultExporterFilterFactory. getFilter(JRExporterContext exporterContext)The method searches for all filter factories registered vianet.sf.jasperreports.export.filter.factory.*properties, calls each factory and collects the returned filters.ExporterFilterElementKeyExporterFilterFactory. getFilter(JRExporterContext exporterContext)The exported report is searched for element exclusion properties, and if any is found aElementKeyExporterFilterinstance is returned.ExporterFilterElementPropertyExporterFilterFactory. getFilter(JRExporterContext exporterContext)ExporterFilterExporterFilterFactory. getFilter(JRExporterContext exporterContext)Returns an exporter filter to be used for a specific exporter context.ExporterFilterJROriginExporterFilterFactory. getFilter(JRExporterContext exporterContext)ExporterFilterMatcherExporterFilterFactory. getFilter(JRExporterContext exporterContext)static MatcherExporterFilterMatcherExporterFilter. getInstance(JRExporterContext exporterContext) -
Uses of JRExporterContext in net.sf.jasperreports.engine.export.oasis
Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export.oasis Modifier and Type Interface Description interfaceJROdsExporterContextA context that represents information about an ODS export process.interfaceJROdtExporterContextA context that represents information about an ODT export process.Classes in net.sf.jasperreports.engine.export.oasis that implement JRExporterContext Modifier and Type Class Description protected classJROdsExporter.ExporterContextprotected classJROdtExporter.ExporterContext -
Uses of JRExporterContext in net.sf.jasperreports.engine.export.ooxml
Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export.ooxml Modifier and Type Interface Description interfaceJRDocxExporterContextA context that represents information about an DOCX export process.interfaceJRPptxExporterContextA context that represents information about an PPTX export process.interfaceJRXlsxExporterContextA context that represents information about an XLSX export process.Classes in net.sf.jasperreports.engine.export.ooxml that implement JRExporterContext Modifier and Type Class Description protected classJRDocxExporter.ExporterContextprotected classJRPptxExporter.ExporterContextprotected classJRXlsxExporter.ExporterContextprotected classXlsxMetadataExporter.ExporterContext -
Uses of JRExporterContext in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRExporterContext Modifier and Type Method Description static StringFlashUtils. getAllowScriptAccess(JRExporterContext context, JRGenericPrintElement element)Deprecated.Determines the allowScriptAccess parameter for a Flash element.
-