:right-sidebar: True AccessibleTextGranularity =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.14 .. class:: AccessibleTextGranularity :no-contents-entry: The granularity for queries about the text contents of a :obj:`~gi.repository.Gtk.AccessibleText` implementation. Fields ------ .. rst-class:: interim-class .. class:: AccessibleTextGranularity :no-index: .. attribute:: CHARACTER Use the boundary between characters (including non-printing characters) .. attribute:: LINE Use the boundary between lines, starting from the beginning of the current line and ending at the beginning of the next line .. attribute:: PARAGRAPH Use the boundary between paragraphs, starting from the beginning of the current paragraph and ending at the beginning of the next paragraph .. attribute:: SENTENCE Use the boundary between sentences, starting from the beginning of the current sentence and ending at the beginning of the next sentence .. attribute:: WORD Use the boundary between words, starting from the beginning of the current word and ending at the beginning of the next word