Package | Description |
---|---|
com.itextpdf.pdfoptimizer | |
com.itextpdf.pdfoptimizer.report.builder | |
com.itextpdf.pdfoptimizer.report.message |
Modifier and Type | Method and Description |
---|---|
void |
OptimizationSession.registerEvent(SeverityLevel level, String message, Object... args)
Registers an event of optimization process.
|
Modifier and Type | Method and Description |
---|---|
ReportMessage |
DefaultReportBuilder.log(SeverityLevel level, Date time, LocationStack location, String message, Object... params)
Creates a message during PDF optimization process with provided severity level and message.
|
Constructor and Description |
---|
DefaultReportBuilder(SeverityLevel minimalLevel)
Creates an instance of default ReportBuilder with provided minimal severity level.
|
FileReportBuilder(SeverityLevel level, IReportPublisher publisher)
Creates in an instance of the builder with the provided publisher.
|
LogReportBuilder(SeverityLevel minimalLevel, IMessageDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
SeverityLevel |
ReportMessage.getLevel()
Retrieves current SeverityLevel .
|
static SeverityLevel |
SeverityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeverityLevel[] |
SeverityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SeverityLevel.isAccepted(SeverityLevel minimalLevel)
Checks if current severity level is not less then provided minimal severity level.
|
Constructor and Description |
---|
ReportMessage(SeverityLevel level, Date time, String location, String message)
Creates an instance of a optimization report message.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.