Class SimpleTextExporterConfiguration

    • Constructor Detail

      • SimpleTextExporterConfiguration

        public SimpleTextExporterConfiguration()
    • Method Detail

      • getPageSeparator

        public java.lang.String getPageSeparator()
        Description copied from interface: TextExporterConfiguration
        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.
        Specified by:
        getPageSeparator in interface TextExporterConfiguration
      • setPageSeparator

        public void setPageSeparator​(java.lang.String pageSeparator)
      • getLineSeparator

        public java.lang.String getLineSeparator()
        Description copied from interface: TextExporterConfiguration
        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.
        Specified by:
        getLineSeparator in interface TextExporterConfiguration
      • setLineSeparator

        public void setLineSeparator​(java.lang.String lineSeparator)
      • setTrimLineRight

        public void setTrimLineRight​(java.lang.Boolean isTrimLineRight)