Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextBlock
-
Packages that use TextBlock Package Description org.verapdf.wcag.algorithms.entities.content -
-
Uses of TextBlock in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return TextBlock Modifier and Type Method Description TextBlockTextColumn. getFirstTextBlock()TextBlockTextColumn. getLastTextBlock()TextBlockTextColumn. getPenultTextBlock()TextBlockTextColumn. getSecondTextBlock()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextBlock Modifier and Type Method Description List<TextBlock>TextColumn. getBlocks()Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextBlock Modifier and Type Method Description voidTextColumn. setLastTextBlock(TextBlock block)Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextBlock Constructor Description TextBlock(TextBlock block)
-