Class TableCheckUtil


  • public final class TableCheckUtil
    extends java.lang.Object
    Class that provides methods for checking PDF/UA compliance of table elements.
    • Method Detail

      • checkLayoutTable

        @Deprecated
        public static void checkLayoutTable​(Table table)
        Deprecated.
        This method is an artifact and will be removed.
        WARNING! This method is an artifact and currently does nothing. It is kept to ensure backward binary compatibility
        Parameters:
        table - the table to check.
      • checkTable

        public void checkTable​(Table table)
        Checks if the table is pdf/ua compliant.
        Parameters:
        table - the table to check.