Go to the source code of this file.
Namespaces | |
| namespace | Accessibility |
Classes | |
| interface | Accessibility::Text |
| The text interface should be implemented by objects which place textual information onscreen as character strings or glyphs. More... | |
| struct | Accessibility::Text::Range |
| A structure used to define a continguous range of text, including its (unattributed) textual content. More... | |
Enumerations | |
| enum | Accessibility::TEXT_BOUNDARY_TYPE { Accessibility::TEXT_BOUNDARY_CHAR, Accessibility::TEXT_BOUNDARY_WORD_START, Accessibility::TEXT_BOUNDARY_WORD_END, Accessibility::TEXT_BOUNDARY_SENTENCE_START, Accessibility::TEXT_BOUNDARY_SENTENCE_END, Accessibility::TEXT_BOUNDARY_LINE_START, Accessibility::TEXT_BOUNDARY_LINE_END } |
| Specifies the boundary conditions determining a run of text as returned from getTextAtOffset, getTextAfterOffset, and getTextBeforeOffset. More... | |
| enum | Accessibility::TEXT_CLIP_TYPE { Accessibility::TEXT_CLIP_NONE, Accessibility::TEXT_CLIP_MIN, Accessibility::TEXT_CLIP_MAX, Accessibility::TEXT_CLIP_BOTH } |
| TEXT_CLIP_TYPE: CLIP_MIN means text clipped by min coordinate is omitted, CLIP_MAX clips text interescted by the max coord, and CLIP_BOTH will retain only text falling fully within the min/max bounds. More... | |
1.4.3