| Package | flash.text |
| Class | public final class TextFormatAlign |
| Inheritance | TextFormatAlign Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9, Flash Lite 4 |
See also
Public Properties
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| CENTER : String = "center" [static]
Constant; centers the text in the text field. | TextFormatAlign | ||
| JUSTIFY : String = "justify" [static]
Constant; justifies text within the text field. | TextFormatAlign | ||
| LEFT : String = "left" [static]
Constant; aligns text to the left within the text field. | TextFormatAlign | ||
| RIGHT : String = "right" [static]
Constant; aligns text to the right within the text field. | TextFormatAlign | ||
Constant Detail
CENTER | Constant |
public static const CENTER:String = "center"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9, Flash Lite 4 |
Constant; centers the text in the text field.
Use the syntax TextFormatAlign.CENTER.
See also
JUSTIFY | Constant |
public static const JUSTIFY:String = "justify"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9, Flash Lite 4 |
Constant; justifies text within the text field.
Use the syntax TextFormatAlign.JUSTIFY.
See also
LEFT | Constant |
public static const LEFT:String = "left"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9, Flash Lite 4 |
Constant; aligns text to the left within the text field.
Use the syntax TextFormatAlign.LEFT.
See also
RIGHT | Constant |
public static const RIGHT:String = "right"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9, Flash Lite 4 |
Constant; aligns text to the right within the text field.
Use the syntax TextFormatAlign.RIGHT.
See also
Thu May 20 2010, 02:19 AM -07:00

Hide Inherited Public Properties
Show Inherited Public Properties