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 TypeMethodDescriptionstatic void
checkLayoutElements
(Object rendererObj) Deprecated.void
checkRenderer
(Object rendererObj) Checks renderer for PDF UA compliance.
-
Constructor Details
-
LayoutCheckUtil
Creates a newLayoutCheckUtil
instance.- Parameters:
-
context
- The validation context.
-
-
Method Details
-
checkLayoutElements
Deprecated.WARNING! This method is an artifact and currently does nothing. It is kept to ensure backward binary compatibility- Parameters:
-
rendererObj
- layout element to check
-
checkRenderer
Checks renderer for PDF UA compliance.- Parameters:
-
rendererObj
- The renderer to check.
-