Uses of Class
org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorder
-
-
Uses of TableBorder in org.verapdf.gf.model.impl.sa.tables
Constructors in org.verapdf.gf.model.impl.sa.tables with parameters of type TableBorder Constructor Description GFSATableBorder(TableBorder tableBorder) -
Uses of TableBorder in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return TableBorder Modifier and Type Method Description TableBorderSemanticTable. getTableBorder()Constructors in org.verapdf.wcag.algorithms.entities with parameters of type TableBorder Constructor Description SemanticTable(TableBorder tableBorder) -
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)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableBorder Constructor Description TableToken(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)
-