Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The TextFormatAlign class provides values for text alignment in the TextFormat class.
public static const CENTER:String = "center"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Constant; centers the text in the text field.
Use the syntax TextFormatAlign.CENTER
.
See also
public static const JUSTIFY:String = "justify"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Constant; justifies text within the text field.
Use the syntax TextFormatAlign.JUSTIFY
.
See also
public static const LEFT:String = "left"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Constant; aligns text to the left within the text field.
Use the syntax TextFormatAlign.LEFT
.
See also
public static const RIGHT:String = "right"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Constant; aligns text to the right within the text field.
Use the syntax TextFormatAlign.RIGHT
.
See also
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00