Package ch.bailu.gtk.pango
Schnittstelle TextTransform
public interface TextTransform
-
Felddetails
-
NONE
static final int NONELeave text unchanged- Siehe auch:
-
LOWERCASE
static final int LOWERCASEDisplay letters and numbers as lowercase- Siehe auch:
-
UPPERCASE
static final int UPPERCASEDisplay letters and numbers as uppercase- Siehe auch:
-
CAPITALIZE
static final int CAPITALIZEDisplay the first character of a word
in titlecase- Siehe auch:
-