Package com.itextpdf.kernel.pdf.tagging
Class McrCheckUtil
- java.lang.Object
-
- com.itextpdf.kernel.pdf.tagging.McrCheckUtil
-
public final class McrCheckUtil extends java.lang.Object
Class that provides methods for searching mcr in tag tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
McrCheckUtil.McrTagHandler
Search for mcr elements in the TagTree.
-
Constructor Summary
Constructors Modifier Constructor Description private
McrCheckUtil()
Creates a newMcrCheckUtil
instance.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isTrContainsMcr(PdfDictionary elementTR)
Checks if tag structure of TR element contains any mcr.
-
-
-
Constructor Detail
-
McrCheckUtil
private McrCheckUtil()
Creates a newMcrCheckUtil
instance.
-
-
Method Detail
-
isTrContainsMcr
public static boolean isTrContainsMcr(PdfDictionary elementTR)
Checks if tag structure of TR element contains any mcr.- Parameters:
elementTR
- PdfDictionary of TR element.- Returns:
- true if mcr found.
-
-