Enumeration
AtspiTextGranularity
since: 2.0
Description [src]
Text granularity types used for specifying the granularity of the region of text we are interested in.
Available since: 2.0
Members
ATSPI_TEXT_GRANULARITY_CHAR-
Granularity is defined by the boundaries between characters (including non-printing characters)
- Value:
0 - Nickname:
char - Available since: 2.0
- Value:
ATSPI_TEXT_GRANULARITY_WORD-
Granularity is defined by the boundaries of a word, starting at the beginning of the current word and finishing at the beginning of the following one, if present.
- Value:
1 - Nickname:
word - Available since: 2.0
- Value:
ATSPI_TEXT_GRANULARITY_SENTENCE-
Granularity is defined by the boundaries of a sentence, starting at the beginning of the current sentence and finishing at the beginning of the following one, if present.
- Value:
2 - Nickname:
sentence - Available since: 2.0
- Value:
ATSPI_TEXT_GRANULARITY_LINE-
Granularity is defined by the boundaries of a line, starting at the beginning of the current line and finishing at the beginning of the following one, if present.
- Value:
3 - Nickname:
line - Available since: 2.0
- Value:
ATSPI_TEXT_GRANULARITY_PARAGRAPH-
Granularity is defined by the boundaries of a paragraph, starting at the beginning of the current paragraph and finishing at the beginning of the following one, if present.
- Value:
4 - Nickname:
paragraph - Available since: 2.0
- Value: