Class LayoutCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.LayoutCheckUtil
Utility class for delegating the layout checks to the correct checking logic.
-
Constructor Summary
ConstructorDescriptionLayoutCheckUtil
(PdfUAValidationContext context) Creates a newLayoutCheckUtil
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkRenderer
(IRenderer renderer) Checks renderer for PDF UA compliance.
-
Constructor Details
-
LayoutCheckUtil
Creates a newLayoutCheckUtil
instance.- Parameters:
-
context
- The validation context.
-
-
Method Details
-
checkRenderer
Checks renderer for PDF UA compliance.- Parameters:
-
renderer
- The renderer to check.
-