Class 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 new McrCheckUtil 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • McrCheckUtil

        private McrCheckUtil()
        Creates a new McrCheckUtil 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.