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.
|
Modifier and Type | Field and Description |
---|---|
static JRTextExporterParameter |
JRTextExporterParameter.BETWEEN_PAGES_TEXT
Deprecated.
Replaced by
TextExporterConfiguration.getPageSeparator() . |
static JRTextExporterParameter |
JRTextExporterParameter.CHARACTER_HEIGHT
Deprecated.
Replaced by
TextReportConfiguration.getCharHeight() . |
static JRTextExporterParameter |
JRTextExporterParameter.CHARACTER_WIDTH
Deprecated.
Replaced by
TextReportConfiguration.getCharWidth() . |
static JRTextExporterParameter |
JRTextExporterParameter.LINE_SEPARATOR
Deprecated.
Replaced by
TextExporterConfiguration.getLineSeparator() . |
static JRTextExporterParameter |
JRTextExporterParameter.PAGE_HEIGHT
Deprecated.
Replaced by
TextReportConfiguration.getPageHeightInChars() . |
static JRTextExporterParameter |
JRTextExporterParameter.PAGE_WIDTH
Deprecated.
Replaced by
TextReportConfiguration.getPageWidthInChars() . |
Copyright © 2017. All rights reserved.