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
ConstructorsConstructorDescriptionLayoutCheckUtil(PdfUAValidationContext context) Creates a newLayoutCheckUtilinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckLayoutElements(Object rendererObj) Deprecated.voidcheckRenderer(Object rendererObj) Checks renderer for PDF UA compliance.
-
Constructor Details
-
LayoutCheckUtil
Creates a newLayoutCheckUtilinstance.- 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.
-