Schnittstelle WrapMode


public interface WrapMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    wrap text, breaking lines anywhere the cursor can
    appear (between characters, usually - if you want to be technical,
    between graphemes, see pango_get_log_attrs())
    static final int
    do not wrap lines; just make the text area wider
    static final int
    wrap text, breaking lines in between words
    static final int
    wrap text, breaking lines in between words, or if
    that is not enough, also between graphemes
  • Felddetails

    • NONE

      static final int NONE
      do not wrap lines; just make the text area wider
      Siehe auch:
    • CHAR

      static final int CHAR
      wrap text, breaking lines anywhere the cursor can
      appear (between characters, usually - if you want to be technical,
      between graphemes, see pango_get_log_attrs())
      Siehe auch:
    • WORD

      static final int WORD
      wrap text, breaking lines in between words
      Siehe auch:
    • WORD_CHAR

      static final int WORD_CHAR
      wrap text, breaking lines in between words, or if
      that is not enough, also between graphemes
      Siehe auch: