| Package | flash.text.engine |
| Class | public final class TabAlignment |
| Inheritance | TabAlignment Object |
tabAlignment property
of the TabStop class.
See also
| Constant | Defined By | ||
|---|---|---|---|
| CENTER : String = "center" [static]
Positions the center of the tabbed text at the tab stop. | TabAlignment | ||
| DECIMAL : String = "decimal" [static]
Positions the alignment token of the tabbed text at the tab stop. | TabAlignment | ||
| END : String = "end" [static]
Positions the end of the tabbed text at the tab stop. | TabAlignment | ||
| START : String = "start" [static]
Positions the start of the tabbed text at the tab stop. | TabAlignment | ||
| CENTER | Constant |
public static const CENTER:String = "center"Positions the center of the tabbed text at the tab stop.
| DECIMAL | Constant |
public static const DECIMAL:String = "decimal"Positions the alignment token of the tabbed text at the tab stop.
| END | Constant |
public static const END:String = "end"Positions the end of the tabbed text at the tab stop.
| START | Constant |
public static const START:String = "start"Positions the start of the tabbed text at the tab stop.