Interface TextExporterConfiguration

All Superinterfaces:
CommonExportConfiguration, ExporterConfiguration
All Known Implementing Classes:
SimpleTextExporterConfiguration

public interface TextExporterConfiguration extends ExporterConfiguration
Interface containing settings used by the pure text exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • getPageSeparator

      String getPageSeparator()
      Returns a string representing text that will be inserted between pages of the generated report. By default, JasperReports separates pages by two empty lines, but this behavior can be overridden by this parameter.
    • getLineSeparator

      String getLineSeparator()
      Returns a string representing the separator between two lines of text. This parameter is useful since line separators can vary from one operating system to another. The default value is the system "line.separator" property.
    • isTrimLineRight

      Boolean isTrimLineRight()
      Returns a boolean value specifying whether the lines of text in the document should be trimmed to the right.
      See Also: