Package ch.bailu.gtk.pango
Schnittstelle WrapMode
public interface WrapMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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 WORDwrap lines at word boundaries.- Siehe auch:
-
CHAR
static final int CHARwrap lines at character boundaries.- Siehe auch:
-
WORD_CHAR
static final int WORD_CHARwrap 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 NONEdo not wrap.- Siehe auch:
-