Class McrCheckUtil

java.lang.Object
com.itextpdf.kernel.pdf.tagging.McrCheckUtil

public final class McrCheckUtil extends Object
Class that provides methods for searching mcr in tag tree.
  • Method Details

    • 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.