Package com.itextpdf.kernel.pdf.tagging
Class McrCheckUtil
java.lang.Object
com.itextpdf.kernel.pdf.tagging.McrCheckUtil
Class that provides methods for searching mcr in tag tree.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Search for mcr elements in the TagTree. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTrContainsMcr
(PdfDictionary elementTR) Checks if tag structure of TR element contains any mcr.
-
Constructor Details
-
McrCheckUtil
private McrCheckUtil()Creates a newMcrCheckUtil
instance.
-
-
Method Details
-
isTrContainsMcr
Checks if tag structure of TR element contains any mcr.- Parameters:
elementTR
- PdfDictionary of TR element.- Returns:
- true if mcr found.
-