Class LayoutCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.LayoutCheckUtil
Utility class for delegating the layout checks to the correct checking logic.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkLayoutElements
(Object layoutElement) Checks if a layout element is valid against the PDF/UA specification.
-
Method Details
-
checkLayoutElements
Checks if a layout element is valid against the PDF/UA specification.- Parameters:
-
layoutElement
- layout element to check
-