| Language Version : | ActionScript 3.0 |
| Player Version : | 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 |
| Player Version : | 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 |
| Player Version : | 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 |
| Player Version : | 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 |
| Player Version : | Flash Player 9 |
Constant; aligns text to the right within the text field.
Use the syntax TextFormatAlign.RIGHT.
See also
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Mon Nov 19 2007, 10:27 AM GMT-08:00