Uses of Class
com.itextpdf.pdfa.checker.PdfAChecker
-
Packages that use PdfAChecker Package Description com.itextpdf.pdfa com.itextpdf.pdfa.checker -
-
Uses of PdfAChecker in com.itextpdf.pdfa
Fields in com.itextpdf.pdfa declared as PdfAChecker Modifier and Type Field Description protected PdfAChecker
PdfADocument. checker
Methods in com.itextpdf.pdfa that return PdfAChecker Modifier and Type Method Description private static PdfAChecker
PdfADocument. getCorrectCheckerFromConformance(PdfAConformanceLevel conformanceLevel)
Methods in com.itextpdf.pdfa with parameters of type PdfAChecker Modifier and Type Method Description protected void
PdfADocument. setChecker(PdfAChecker checker)
-
Uses of PdfAChecker in com.itextpdf.pdfa.checker
Subclasses of PdfAChecker in com.itextpdf.pdfa.checker 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
.
-