Uses of Interface
net.sf.jasperreports.export.XlsReportConfiguration
-
Packages that use XlsReportConfiguration 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.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.j2ee.servlets Provides support for built-in JasperReports servlets. -
-
Uses of XlsReportConfiguration in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type XlsReportConfiguration Modifier and Type Class Description classExcelAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>classJRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>Superclass for the Excel exporters.Methods in net.sf.jasperreports.engine.export that return types with arguments of type XlsReportConfiguration Modifier and Type Method Description protected java.lang.Class<XlsReportConfiguration>JRXlsExporter. getItemConfigurationInterface()Methods in net.sf.jasperreports.engine.export with parameters of type XlsReportConfiguration Modifier and Type Method Description protected voidExcelAbstractExporter. updateHeaderFooter(JRXlsAbstractExporter.SheetInfo.SheetPrintSettings printSettings, XlsReportConfiguration configuration)protected voidExcelAbstractExporter. updatePrintSettings(JRXlsAbstractExporter.SheetInfo.SheetPrintSettings printSettings, XlsReportConfiguration configuration) -
Uses of XlsReportConfiguration in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type XlsReportConfiguration Modifier and Type Method Description voidXlsxFontHelper. setConfiguration(XlsReportConfiguration configuration)voidXlsxStyleHelper. setConfiguration(XlsReportConfiguration configuration)Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type XlsReportConfiguration Constructor Description XlsxSheetHelper(JasperReportsContext jasperReportsContext, java.io.Writer writer, XlsxSheetRelsHelper sheetRelsHelper, XlsReportConfiguration configuration) -
Uses of XlsReportConfiguration in net.sf.jasperreports.export
Subinterfaces of XlsReportConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description interfaceOdsReportConfigurationInterface containing settings used by the ODS exporter.interfaceXlsMetadataReportConfigurationInterface containing settings used by the Excel metadata exporters.interfaceXlsxMetadataReportConfigurationInterface containing settings used by the XLSX metadata exporters.interfaceXlsxReportConfigurationInterface containing settings used by the XLSX exporter.Classes in net.sf.jasperreports.export that implement XlsReportConfiguration Modifier and Type Class Description classAbstractXlsReportConfigurationclassSimpleOdsReportConfigurationclassSimpleXlsMetadataReportConfigurationclassSimpleXlsReportConfigurationclassSimpleXlsxMetadataReportConfigurationclassSimpleXlsxReportConfiguration -
Uses of XlsReportConfiguration in net.sf.jasperreports.j2ee.servlets
Methods in net.sf.jasperreports.j2ee.servlets that return types with arguments of type XlsReportConfiguration Modifier and Type Method Description protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext>AbstractXlsServlet. getXlsExporter()
-