Uses of Interface
com.itextpdf.kernel.validation.IValidationChecker
Packages that use IValidationChecker
Package
Description
-
Uses of IValidationChecker in com.itextpdf.kernel.validation
Methods in com.itextpdf.kernel.validation with parameters of type IValidationCheckerModifier and TypeMethodDescriptionvoid
ValidationContainer.addChecker
(IValidationChecker checker) Add anIValidationChecker
implementation to the container.boolean
ValidationContainer.containsChecker
(IValidationChecker checker) Check if the container contains the providedIValidationChecker
implementation. -
Uses of IValidationChecker in com.itextpdf.pdfa.checker
Classes in com.itextpdf.pdfa.checker that implement IValidationCheckerModifier and TypeClassDescriptionclass
PdfA1Checker defines the requirements of the PDF/A-1 standard and contains method implementations from the abstractPdfAChecker
class.class
PdfA2Checker defines the requirements of the PDF/A-2 standard and contains a number of methods that override the implementations of its superclassPdfA1Checker
.class
PdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclassPdfA2Checker
.class
PdfA4Checker defines the requirements of the PDF/A-4 standard and contains a number of methods that override the implementations of its superclassPdfA3Checker
.class
An abstract class that will run through all necessary checks defined in the different PDF/A standards and levels. -
Uses of IValidationChecker in com.itextpdf.pdfua.checkers
Classes in com.itextpdf.pdfua.checkers that implement IValidationCheckerModifier and TypeClassDescriptionclass
The class defines the requirements of the PDF/UA-1 standard.