Class PdfUA2NotesChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2NotesChecker
Utility class which performs Note and FENote checks according to PDF/UA-2 specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHandler class that checks Note and FENote tags while traversing the tag tree. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks if Note and FENote elements are correct according to PDF/UA-2 specification.
-
Field Details
-
context
-
-
Constructor Details
-
PdfUA2NotesChecker
-
-
Method Details
-
checkStructElement
Checks if Note and FENote elements are correct according to PDF/UA-2 specification.- Parameters:
elem- list structure element to check- Throws:
PdfUAConformanceException- if document has incorrect tag structure for Note and FENote tags
-