Class DefaultReportDecorator

java.lang.Object
com.itextpdf.pdfoptimizer.report.decorator.DefaultMessageDecorator
com.itextpdf.pdfoptimizer.report.decorator.DefaultReportDecorator
All Implemented Interfaces:
IMessageDecorator, IReportDecorator

public class DefaultReportDecorator extends DefaultMessageDecorator implements IReportDecorator
This is the default implementation of the IReportDecorator.
  • Constructor Details

    • DefaultReportDecorator

      public DefaultReportDecorator()
  • Method Details

    • getHeader

      public String getHeader()
      Creates an empty header.
      Specified by:
      getHeader in interface IReportDecorator
      Returns:
      the header of the optimization report, may be null
    • getFooter

      public String getFooter()
      Creates an empty footer.
      Specified by:
      getFooter in interface IReportDecorator
      Returns:
      the footer of the optimization report, may be null
    • getSeparator

      public String getSeparator()
      Uses \r\n as a separator.
      Specified by:
      getSeparator in interface IReportDecorator
      Returns:
      the separator