Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextLine
Packages that use TextLine
Package
Description
-
Uses of TextLine in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return TextLineModifier and TypeMethodDescriptionSemanticTextNode.getFirstLine()SemanticTextNode.getFirstNonSpaceLine()SemanticTextNode.getFirstNonSpaceLine(int pageNumber) SemanticTextNode.getLastLine()SemanticTextNode.getNonSpaceLine(int lineNumber) SemanticTextNode.getNonSpaceLine(int lineNumber, int pageNumber) SemanticTextNode.getPenultLine()SemanticTextNode.getSecondLine()Methods in org.verapdf.wcag.algorithms.entities with parameters of type TextLineModifier and TypeMethodDescriptionvoidvoidSemanticTextNode.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 TextLineModifier and TypeMethodDescriptionTextBlock.getFirstLine()TextColumn.getFirstLine()TextBlock.getLastLine()TextColumn.getLastLine()TextBlock.getPenultLine()TextColumn.getPenultLine()TextBlock.getSecondLine()TextColumn.getSecondLine()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextLineMethods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLineModifier and TypeMethodDescriptionvoidvoidvoidvoidTextBlock.setFirstLine(TextLine firstLine) voidTextColumn.setFirstLine(TextLine firstLine) voidTextBlock.setLastLine(TextLine lastLine) voidTextColumn.setLastLine(TextLine lastLine) Method parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type TextLineConstructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return TextLineConstructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type TextLineModifierConstructorDescriptionListItemTextInfo(int index, SemanticType semanticType, TextLine firstLine, String listItem, boolean hasOneLine) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextLine in org.verapdf.wcag.algorithms.entities.tables -
Uses of TextLine in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextLineModifier and TypeMethodDescriptionstatic 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)