Language Version: | ActionScript 3.0 |
The TextFormatAlign class provides values for text alignment in the TextFormat class.
public static const CENTER:String = "center"
Language Version: | ActionScript 3.0 |
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 |
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 |
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 |
Constant; aligns text to the right within the text field.
Use the syntax
TextFormatAlign.RIGHT
.
See also
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Oct 19 2008, 07:03 PM -07:00