Package | Description |
---|---|
com.itextpdf.pdfoptimizer.report.builder | |
com.itextpdf.pdfoptimizer.report.decorator |
Constructor and Description |
---|
LogReportBuilder(SeverityLevel minimalLevel,
IMessageDecorator decorator) |
Modifier and Type | Interface and Description |
---|---|
interface |
IReportDecorator
Used to create custom representations of optimization report.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageDecorator
The class is responsible for building string representation of the
ReportMessage
according to the following pattern: [SEVERITY] Location: Message . |
class |
DefaultReportDecorator
This is the default implementation of the
IReportDecorator . |
class |
LogMessageDecorator
THe class is responsible for building string representation of the
ReportMessage
according to the following pattern: Location: Message if location is not empty and
Message otherwise. |
Copyright © 1998–2024 iText Group NV. All rights reserved.