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 class
Handler class that checks Note and FENote tags while traversing the tag tree. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks if Note and FENote elements are correct according to PDF/UA-2 specification.
-
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
-