Uses of Interface
com.itextpdf.kernel.validation.IValidationChecker
-
Packages that use IValidationChecker Package Description com.itextpdf.kernel.validation com.itextpdf.pdfa.checker com.itextpdf.pdfua com.itextpdf.pdfua.checkers -
-
Uses of IValidationChecker in com.itextpdf.kernel.validation
Classes in com.itextpdf.kernel.validation that implement IValidationChecker Modifier and Type Class Description class
Pdf20Checker
Class that will run through all necessary checks defined in the PDF 2.0 standard.Fields in com.itextpdf.kernel.validation with type parameters of type IValidationChecker Modifier and Type Field Description private java.util.List<IValidationChecker>
ValidationContainer. validationCheckers
Methods in com.itextpdf.kernel.validation with parameters of type IValidationChecker Modifier and Type Method Description void
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 IValidationChecker Modifier and Type Class Description class
PdfA1Checker
PdfA1Checker defines the requirements of the PDF/A-1 standard and contains method implementations from the abstractPdfAChecker
class.class
PdfA2Checker
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
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
PdfA4Checker defines the requirements of the PDF/A-4 standard and contains a number of methods that override the implementations of its superclassPdfA3Checker
.class
PdfAChecker
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
Methods in com.itextpdf.pdfua that return types with arguments of type IValidationChecker Modifier and Type Method Description private java.util.List<IValidationChecker>
PdfUADocument. getCorrectCheckerFromConformance(PdfUAConformance uaConformance)
Gets correctPdfUAChecker
for specified PDF/UA conformance.Method parameters in com.itextpdf.pdfua with type arguments of type IValidationChecker Modifier and Type Method Description private static PdfUAChecker
PdfUADocument. getUaChecker(java.util.List<IValidationChecker> checkers)
-
Uses of IValidationChecker in com.itextpdf.pdfua.checkers
Classes in com.itextpdf.pdfua.checkers that implement IValidationChecker Modifier and Type Class Description class
PdfUA1Checker
The class defines the requirements of the PDF/UA-1 standard and contains method implementations from the abstractPdfUAChecker
class.class
PdfUA2Checker
The class defines the requirements of the PDF/UA-2 standard and contains method implementations from the abstractPdfUAChecker
class.class
PdfUAChecker
An abstract class that will run through all necessary checks defined in the different PDF/UA standards.
-