Uses of Class
org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorder
-
Packages that use TableBorder Package Description org.verapdf.wcag.algorithms.entities.tables org.verapdf.wcag.algorithms.entities.tables.tableBorders org.verapdf.wcag.algorithms.semanticalgorithms.tables -
-
Uses of TableBorder in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return TableBorder Modifier and Type Method Description TableBorderTable. getTableBorder()TableBorderTableBordersCollection. getTableBorder(BoundingBox boundingBox)Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type TableBorder Modifier and Type Method Description List<SortedSet<TableBorder>>TableBordersCollection. getTableBorders()SortedSet<TableBorder>TableBordersCollection. getTableBorders(Integer pageNumber)Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableBorder Modifier and Type Method Description voidTable. setTableBorder(TableBorder tableBorder) -
Uses of TableBorder in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type TableBorder Modifier and Type Method Description intTableBorder.TableBordersComparator. compare(TableBorder border1, TableBorder border2) -
Uses of TableBorder in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableBorder Modifier and Type Method Description TableBorderTableRecognitionArea. getTableBorder()TableBorderTableRecognizer. getTableBorder()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableBorder Modifier and Type Method Description voidTableRecognitionArea. setTableBorder(TableBorder tableBorder)voidTableRecognizer. setTableBorder(TableBorder tableBorder)
-