Schnittstelle AccessibleTextGranularity


public interface AccessibleTextGranularity
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Use the boundary between
    characters (including non-printing characters)
    static final int
    Use the boundary between lines,
    starting from the beginning of the current line and ending at the
    beginning of the next line
    static final int
    Use the boundary between
    paragraphs, starting from the beginning of the current paragraph and
    ending at the beginning of the next paragraph
    static final int
    Use the boundary between
    sentences, starting from the beginning of the current sentence and
    ending at the beginning of the next sentence
    static final int
    Use the boundary between words,
    starting from the beginning of the current word and ending at the
    beginning of the next word
  • Felddetails

    • CHARACTER

      static final int CHARACTER
      Use the boundary between
      characters (including non-printing characters)
      Siehe auch:
    • WORD

      static final int WORD
      Use the boundary between words,
      starting from the beginning of the current word and ending at the
      beginning of the next word
      Siehe auch:
    • SENTENCE

      static final int SENTENCE
      Use the boundary between
      sentences, starting from the beginning of the current sentence and
      ending at the beginning of the next sentence
      Siehe auch:
    • LINE

      static final int LINE
      Use the boundary between lines,
      starting from the beginning of the current line and ending at the
      beginning of the next line
      Siehe auch:
    • PARAGRAPH

      static final int PARAGRAPH
      Use the boundary between
      paragraphs, starting from the beginning of the current paragraph and
      ending at the beginning of the next paragraph
      Siehe auch: