Class TableCheckUtil

java.lang.Object
com.itextpdf.pdfua.checkers.utils.tables.TableCheckUtil

public final class TableCheckUtil extends Object
Class that provides methods for checking PDF/UA compliance of table elements.
  • Constructor Details

  • Method Details

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