Package ch.bailu.gtk.pango
Schnittstelle WrapMode
public interface WrapMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intwrap lines at character boundaries.static final intdo not wrap.static final intwrap lines at word boundaries.static final intwrap 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:
-