Uses of Class
org.verapdf.wcag.algorithms.entities.tables.TableTokenRow
-
Packages that use TableTokenRow Package Description org.verapdf.wcag.algorithms.entities.lists org.verapdf.wcag.algorithms.entities.tables org.verapdf.wcag.algorithms.semanticalgorithms.tables -
-
Uses of TableTokenRow in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return types with arguments of type TableTokenRow Modifier and Type Method Description List<TableTokenRow>ListElement. getContent()Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type TableTokenRow Modifier and Type Method Description voidListElement. add(TableTokenRow row) -
Uses of TableTokenRow in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return TableTokenRow Modifier and Type Method Description TableTokenRowTableCell. getFirstTokenRow()TableTokenRowTableCell. getLastTokenRow()Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type TableTokenRow Modifier and Type Method Description List<TableTokenRow>TableCell. getContent()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableTokenRow Modifier and Type Method Description voidTableCell. add(TableTokenRow row)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableTokenRow Constructor Description TableCell(TableTokenRow row, SemanticType semanticType)TableTokenRow(TableTokenRow row) -
Uses of TableTokenRow in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableTokenRow Modifier and Type Method Description TableTokenRowTableCluster. getFirstRow()TableTokenRowTableCluster. getLastRow()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return types with arguments of type TableTokenRow Modifier and Type Method Description List<TableTokenRow>TableCluster. getRows()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableTokenRow Modifier and Type Method Description voidTableCluster. add(TableTokenRow row)voidTableCluster. add(TableTokenRow row, boolean newLine)Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableTokenRow Constructor Description TableCluster(TableTokenRow row)
-