Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The TabAlignment class is an enumeration of constant values that you can use to set the
tabAlignment
property
of the
TabStop
class.
public static const CENTER:String = "center"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Positions the center of the tabbed text at the tab stop.
public static const DECIMAL:String = "decimal"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Positions the alignment token of the tabbed text at the tab stop.
public static const END:String = "end"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Positions the end of the tabbed text at the tab stop.
public static const START:String = "start"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Positions the start of the tabbed text at the tab stop.