Uses of Class
org.verapdf.wcag.algorithms.entities.tables.Table
-
-
Uses of Table in org.verapdf.wcag.algorithms.entities.lists
Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type Table Constructor Description PDFList(Table table) -
Uses of Table in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return types with arguments of type Table Modifier and Type Method Description List<Table>ClusterTableConsumer. getTables() -
Uses of Table in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return Table Modifier and Type Method Description TableTableRecognizer. getTable() -
Uses of Table in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type Table Modifier and Type Method Description static booleanListUtils. isList(Table table)
-