Interface TextExporterConfiguration

    • Method Detail

      • 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:
        PROPERTY_TRIM_LINE_RIGHT