Package com.itextpdf.kernel.pdf.tagging
Class McrCheckUtil
- java.lang.Object
-
- com.itextpdf.kernel.pdf.tagging.McrCheckUtil
-
public final class McrCheckUtil extends java.lang.ObjectClass that provides methods for searching mcr in tag tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classMcrCheckUtil.McrTagHandlerSearch for mcr elements in the TagTree.
-
Constructor Summary
Constructors Modifier Constructor Description privateMcrCheckUtil()Creates a newMcrCheckUtilinstance.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisTrContainsMcr(PdfDictionary elementTR)Checks if tag structure of TR element contains any mcr.
-
-
-
Constructor Detail
-
McrCheckUtil
private McrCheckUtil()
Creates a newMcrCheckUtilinstance.
-
-
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.
-
-