包 | flash.text |
类 | public final class TextFormatAlign |
继承 | TextFormatAlign Object |
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
另请参见
常量 | 定义方 | ||
---|---|---|---|
CENTER : String = "center" [static]
常数;在文本字段内将文本居中对齐。
| TextFormatAlign | ||
JUSTIFY : String = "justify" [static]
常数;在文本字段内将文本两端对齐。
| TextFormatAlign | ||
LEFT : String = "left" [static]
常数;在文本字段内将文本左对齐。
| TextFormatAlign | ||
RIGHT : String = "right" [static]
常数;在文本字段内将文本右对齐。
| TextFormatAlign |
CENTER | 常量 |
public static const CENTER:String = "center"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
常数;在文本字段内将文本居中对齐。 使用语法 TextFormatAlign.CENTER
。
另请参见
JUSTIFY | 常量 |
public static const JUSTIFY:String = "justify"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
常数;在文本字段内将文本两端对齐。 使用语法 TextFormatAlign.JUSTIFY
。
另请参见
LEFT | 常量 |
public static const LEFT:String = "left"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
常数;在文本字段内将文本左对齐。 使用语法 TextFormatAlign.LEFT
。
另请参见
RIGHT | 常量 |
public static const RIGHT:String = "right"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
常数;在文本字段内将文本右对齐。 使用语法 TextFormatAlign.RIGHT
。
另请参见
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/flash/text/TextFormatAlign.html