Uses of Class
org.verapdf.wcag.algorithms.entities.tables.TableToken
-
Packages that use TableToken Package Description org.verapdf.wcag.algorithms.entities.tables org.verapdf.wcag.algorithms.semanticalgorithms.tables -
-
Uses of TableToken in org.verapdf.wcag.algorithms.entities.tables
Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableToken Constructor Description TableTokenRow(TableToken token) -
Uses of TableToken in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableToken Modifier and Type Method Description voidTableCluster. add(TableToken token)voidTableCluster. add(TableToken token, boolean newLine)voidTableRecognitionArea. addTokenToRecognitionArea(TableToken token)Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableToken Constructor Description TableCluster(TableToken token)
-