Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextLine
-
-
Uses of TextLine in org.verapdf.wcag.algorithms.entities
Fields in org.verapdf.wcag.algorithms.entities with type parameters of type TextLine Modifier and Type Field Description protected List<TextLine>SemanticTextNode. linesMethods in org.verapdf.wcag.algorithms.entities that return TextLine Modifier and Type Method Description TextLineSemanticTextNode. getFirstLine()TextLineSemanticTextNode. getLastLine()TextLineSemanticTextNode. getPenultLine()TextLineSemanticTextNode. getSecondLine()Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type TextLine Modifier and Type Method Description List<TextLine>SemanticTextNode. getLines()Methods in org.verapdf.wcag.algorithms.entities with parameters of type TextLine Modifier and Type Method Description voidSemanticTextNode. add(TextLine textLine)voidSemanticTextNode. setFirstLine(TextLine firstLine)voidSemanticTextNode. setLastLine(TextLine lastLine)Method parameters in org.verapdf.wcag.algorithms.entities with type arguments of type TextLine Modifier and Type Method Description voidSemanticTextNode. addAll(List<TextLine> text)Constructor parameters in org.verapdf.wcag.algorithms.entities with type arguments of type TextLine Constructor Description SemanticParagraph(BoundingBox bbox, List<TextLine> lines)SemanticParagraph(BoundingBox bbox, List<TextLine> lines, SemanticType initialSemanticType)SemanticTextNode(BoundingBox bbox, List<TextLine> lines)SemanticTextNode(BoundingBox bbox, List<TextLine> lines, SemanticType initialSemanticType) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine Modifier and Type Method Description voidTextLine. add(TextLine line)Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine Constructor Description TextLine(TextLine line) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextLine in org.verapdf.wcag.algorithms.entities.tables Modifier and Type Class Description classTableTokenRow -
Uses of TextLine in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextLine Modifier and Type Method Description static doubleChunksMergeUtils. mergeIndentationProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. mergeLeadingProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toColumnsMergeProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toLineMergeProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toParagraphMergeProbability(TextLine x, TextLine y)
-