Uses of Class
org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorderCell
-
Packages that use TableBorderCell Package Description org.verapdf.gf.model.impl.sa.tables org.verapdf.wcag.algorithms.entities.tables.tableBorders -
-
Uses of TableBorderCell in org.verapdf.gf.model.impl.sa.tables
Constructors in org.verapdf.gf.model.impl.sa.tables with parameters of type TableBorderCell Constructor Description GFSATableBorderCell(TableBorderCell cell) -
Uses of TableBorderCell in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Fields in org.verapdf.wcag.algorithms.entities.tables.tableBorders declared as TableBorderCell Modifier and Type Field Description protected TableBorderCell[]TableBorderRow. cellsMethods in org.verapdf.wcag.algorithms.entities.tables.tableBorders that return TableBorderCell Modifier and Type Method Description TableBorderCellTableBorderRow. getCell(int colNumber)TableBorderCell[]TableBorderRow. getCells()TableBorderCellTableBorder. getTableBorderCell(BoundingBox box)
-