Schnittstelle WrapMode


public interface WrapMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    wrap lines at character boundaries.
    static final int
    do not wrap.
    static final int
    wrap lines at word boundaries.
    static final int
    wrap lines at word boundaries, but fall back to
    character boundaries if there is not enough space for a full word.
  • Felddetails

    • WORD

      static final int WORD
      wrap lines at word boundaries.
      Siehe auch:
    • CHAR

      static final int CHAR
      wrap lines at character boundaries.
      Siehe auch:
    • WORD_CHAR

      static final int WORD_CHAR
      wrap lines at word boundaries, but fall back to
      character boundaries if there is not enough space for a full word.
      Siehe auch:
    • NONE

      static final int NONE
      do not wrap.
      Siehe auch: