Interface WrapMode


public interface WrapMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    wrap lines at character boundaries.
    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.
  • Field Details

    • WORD

      static final int WORD
      wrap lines at word boundaries.
      See Also:
    • CHAR

      static final int CHAR
      wrap lines at character boundaries.
      See Also:
    • 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.
      See Also: