Class GraphicsCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.GraphicsCheckUtil
Class that provides methods for checking PDF/UA compliance of graphics elements.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckLayoutImage(Image image) Checks if image has alternative description or actual text.static ITagTreeIteratorHandlerChecks if figure tag has alternative description or actual text.
-
Method Details
-
checkLayoutImage
Checks if image has alternative description or actual text.- Parameters:
-
image- image to check - Throws:
-
PdfUAConformanceException- if image doesn't have alternative description or actual text
-
createFigureTagHandler
Checks if figure tag has alternative description or actual text.- Returns:
-
ITagTreeIteratorHandlerhandler implementation that checks if figure tag has alternative description or actual text
-