| Package | flash.text |
| Class | public final class TextFormatAlign |
| Inheritance | TextFormatAlign Object |
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9 |
See also
| 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 | ||
| CENTER | Constant |
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
| JUSTIFY | Constant |
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
| LEFT | Constant |
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
| RIGHT | Constant |
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
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/flash/text/TextFormatAlign.html