Enumeration
AtkTextBoundary
since: 1.0
Description [src]
Text boundary types used for specifying boundaries for regions of text. This enumeration is deprecated since 2.9.4 and should not be used. Use AtkTextGranularity with #atk_text_get_string_at_offset instead.
Available since: 1.0
Members
ATK_TEXT_BOUNDARY_CHAR-
Boundary is the boundary between characters (including non-printing characters)
- Value:
0 - Nickname:
char - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_WORD_START-
Boundary is the start (i.e. first character) of a word.
- Value:
1 - Nickname:
word-start - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_WORD_END-
Boundary is the end (i.e. last character) of a word.
- Value:
2 - Nickname:
word-end - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_SENTENCE_START-
Boundary is the first character in a sentence.
- Value:
3 - Nickname:
sentence-start - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_SENTENCE_END-
Boundary is the last (terminal) character in a sentence; in languages which use “sentence stop” punctuation such as English, the boundary is thus the ‘.’, ‘?’, or similar terminal punctuation character.
- Value:
4 - Nickname:
sentence-end - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_LINE_START-
Boundary is the initial character of the content or a character immediately following a newline, linefeed, or return character.
- Value:
5 - Nickname:
line-start - Available since: 1.0
- Value:
ATK_TEXT_BOUNDARY_LINE_END-
Boundary is the linefeed, or return character.
- Value:
6 - Nickname:
line-end - Available since: 1.0
- Value: