Gjsify LogoGjsify Logo

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.

Index

Enumeration Members

CHAR: number

Boundary is the boundary between characters (including non-printing characters)

LINE_END: number

Boundary is the linefeed, or return character.

LINE_START: number

Boundary is the initial character of the content or a character immediately following a newline, linefeed, or return character.

SENTENCE_END: number

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.

SENTENCE_START: number

Boundary is the first character in a sentence.

WORD_END: number

Boundary is the end (i.e. last character) of a word.

WORD_START: number

Boundary is the start (i.e. first character) of a word.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method