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 void
checkLayoutImage
(Image image) Checks if image has alternative description or actual text.static ITagTreeIteratorHandler
Checks 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:
-
ITagTreeIteratorHandler
handler implementation that checks if figure tag has alternative description or actual text
-