Uses of Class
net.sf.jasperreports.engine.export.JRTextExporterParameter
-
Packages that use JRTextExporterParameter 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. -
-
Uses of JRTextExporterParameter in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRTextExporterParameter Modifier and Type Field Description static JRTextExporterParameterJRTextExporterParameter. BETWEEN_PAGES_TEXTDeprecated.Replaced byTextExporterConfiguration.getPageSeparator().static JRTextExporterParameterJRTextExporterParameter. CHARACTER_HEIGHTDeprecated.Replaced byTextReportConfiguration.getCharHeight().static JRTextExporterParameterJRTextExporterParameter. CHARACTER_WIDTHDeprecated.Replaced byTextReportConfiguration.getCharWidth().static JRTextExporterParameterJRTextExporterParameter. LINE_SEPARATORDeprecated.Replaced byTextExporterConfiguration.getLineSeparator().static JRTextExporterParameterJRTextExporterParameter. PAGE_HEIGHTDeprecated.Replaced byTextReportConfiguration.getPageHeightInChars().static JRTextExporterParameterJRTextExporterParameter. PAGE_WIDTHDeprecated.Replaced byTextReportConfiguration.getPageWidthInChars().
-