Package com.itextpdf.pdfoptimizer.report.decorator
package com.itextpdf.pdfoptimizer.report.decorator
-
ClassDescriptionThe class is responsible for building string representation of the
ReportMessage
according to the following pattern:[SEVERITY] Location: Message
.This is the default implementation of theIReportDecorator
.Used to create custom representations ofReportMessage
as String.Used to create custom representations of optimization report.THe class is responsible for building string representation of theReportMessage
according to the following pattern:Location: Message
if location is not empty andMessage
otherwise.