Class JRTextExporterParameter
- java.lang.Object
-
- net.sf.jasperreports.engine.JRExporterParameter
-
- net.sf.jasperreports.engine.export.JRTextExporterParameter
-
public class JRTextExporterParameter extends JRExporterParameter
Deprecated.Replaced byTextExporterConfiguration.Contains parameters useful for export in plain text format.The text exporter can send data to a string buffer, output stream, character stream or file on disk. The engine looks among the export parameters in order to find the selected output type in this order: OUTPUT_STRING_BUFFER, OUTPUT_WRITER, OUTPUT_STREAM, OUTPUT_FILE, OUTPUT_FILE_NAME.
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static JRTextExporterParameterBETWEEN_PAGES_TEXTDeprecated.Replaced byTextExporterConfiguration.getPageSeparator().static JRTextExporterParameterCHARACTER_HEIGHTDeprecated.Replaced byTextReportConfiguration.getCharHeight().static JRTextExporterParameterCHARACTER_WIDTHDeprecated.Replaced byTextReportConfiguration.getCharWidth().static JRTextExporterParameterLINE_SEPARATORDeprecated.Replaced byTextExporterConfiguration.getLineSeparator().static JRTextExporterParameterPAGE_HEIGHTDeprecated.Replaced byTextReportConfiguration.getPageHeightInChars().static JRTextExporterParameterPAGE_WIDTHDeprecated.Replaced byTextReportConfiguration.getPageWidthInChars().-
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILTER, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_ITEM_LIST, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, START_PAGE_INDEX, URL_HANDLER_FACTORY
-
-
Constructor Summary
Constructors Constructor Description JRTextExporterParameter(java.lang.String name)Deprecated.
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter
toString
-
-
-
-
Field Detail
-
CHARACTER_WIDTH
public static final JRTextExporterParameter CHARACTER_WIDTH
Deprecated.Replaced byTextReportConfiguration.getCharWidth().
-
CHARACTER_HEIGHT
public static final JRTextExporterParameter CHARACTER_HEIGHT
Deprecated.Replaced byTextReportConfiguration.getCharHeight().
-
PAGE_WIDTH
public static final JRTextExporterParameter PAGE_WIDTH
Deprecated.Replaced byTextReportConfiguration.getPageWidthInChars().
-
PAGE_HEIGHT
public static final JRTextExporterParameter PAGE_HEIGHT
Deprecated.Replaced byTextReportConfiguration.getPageHeightInChars().
-
BETWEEN_PAGES_TEXT
public static final JRTextExporterParameter BETWEEN_PAGES_TEXT
Deprecated.Replaced byTextExporterConfiguration.getPageSeparator().
-
LINE_SEPARATOR
public static final JRTextExporterParameter LINE_SEPARATOR
Deprecated.Replaced byTextExporterConfiguration.getLineSeparator().
-
-