Uses of Class
org.verapdf.wcag.algorithms.entities.tables.TableCell
-
Packages that use TableCell Package Description org.verapdf.wcag.algorithms.entities.lists org.verapdf.wcag.algorithms.entities.tables -
-
Uses of TableCell in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type TableCell Modifier and Type Method Description voidListElement. add(TableCell cell)Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type TableCell Constructor Description ListBody(TableCell cell)ListElement(TableCell cell, SemanticType semanticType)ListLabel(TableCell cell) -
Uses of TableCell in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type TableCell Modifier and Type Method Description List<TableCell>TableRow. getCells()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableCell Modifier and Type Method Description voidTableRow. add(TableCell cell)voidTableCell. merge(TableCell other)
-