AccessibleTextGranularity#

Added in version 4.14.

class AccessibleTextGranularity#

The granularity for queries about the text contents of a AccessibleText implementation.

Fields#

class AccessibleTextGranularity
CHARACTER#

Use the boundary between characters (including non-printing characters)

LINE#

Use the boundary between lines, starting from the beginning of the current line and ending at the beginning of the next line

PARAGRAPH#

Use the boundary between paragraphs, starting from the beginning of the current paragraph and ending at the beginning of the next paragraph

SENTENCE#

Use the boundary between sentences, starting from the beginning of the current sentence and ending at the beginning of the next sentence

WORD#

Use the boundary between words, starting from the beginning of the current word and ending at the beginning of the next word