Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextLine
-
-
Uses of TextLine in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return TextLine Modifier and Type Method Description TextLineSemanticTextNode. getFirstLine()TextLineSemanticTextNode. getFirstNonSpaceLine()TextLineSemanticTextNode. getLastLine()TextLineSemanticTextNode. getPenultLine()TextLineSemanticTextNode. getSecondLine()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) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return TextLine Modifier and Type Method Description TextLineTextBlock. getFirstLine()TextLineTextColumn. getFirstLine()TextLineTextBlock. getLastLine()TextLineTextColumn. getLastLine()TextLineTextBlock. getPenultLine()TextLineTextColumn. getPenultLine()TextLineTextBlock. getSecondLine()TextLineTextColumn. getSecondLine()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextLine Modifier and Type Method Description List<TextLine>TextBlock. getLines()List<TextLine>TextColumn. getLines()Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine Modifier and Type Method Description voidTextBlock. add(TextLine line)voidTextColumn. add(TextLine line)voidTextLine. add(TextLine line)voidTextBlock. setFirstLine(TextLine firstLine)voidTextColumn. setFirstLine(TextLine firstLine)voidTextBlock. setLastLine(TextLine lastLine)voidTextColumn. setLastLine(TextLine lastLine)Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine Constructor Description TextBlock(TextLine line)TextColumn(TextLine line)TextLine(TextLine line) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return TextLine Modifier and Type Method Description TextLineListItemTextInfo. getListItemValue()Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type TextLine Constructor Description ListItemTextInfo(int index, SemanticType semanticType, TextLine firstLine, String listItem) -
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. countOneLineProbability(SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine)static doubleChunksMergeUtils. getFootnoteProbability(SemanticTextNode firstNode, SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine)static doubleChunksMergeUtils. mergeIndentationProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. mergeLeadingProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. mergeLeadingProbability(TextLine x, TextLine y, double[] fontLeadingInterval)static doubleChunksMergeUtils. toColumnsMergeProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toLineMergeProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toParagraphMergeProbability(TextLine x, TextLine y)static doubleChunksMergeUtils. toPartMergeProbability(TextLine x, TextLine y, TextLine penultLine, TextLine secondLine)
-