Package ch.bailu.gtk.pango
Schnittstelle TabAlign
public interface TabAlign
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the text is centered at the tab stop position
until the available space is filled.static final int
text before the first occurrence of the decimal point
character appears to the left of the tab stop position (until the available
space is filled), the rest to the right.static final int
the text appears to the right of the tab stop positionstatic final int
the text appears to the left of the tab stop position
until the available space is filled.
-
Felddetails
-
LEFT
static final int LEFTthe text appears to the right of the tab stop position- Siehe auch:
-
RIGHT
static final int RIGHTthe text appears to the left of the tab stop position
until the available space is filled. Since: 1.50- Siehe auch:
-
CENTER
static final int CENTERthe text is centered at the tab stop position
until the available space is filled. Since: 1.50- Siehe auch:
-
DECIMAL
static final int DECIMALtext before the first occurrence of the decimal point
character appears to the left of the tab stop position (until the available
space is filled), the rest to the right. Since: 1.50- Siehe auch:
-