| 运行时版本: | AIR 1.0 Flash Player 9 |
TextFormatAlign 类为 TextFormat 类中的文本对齐方式提供值。
public static const CENTER:String = "center"| 运行时版本: | AIR 1.0 Flash Player 9 |
常数;在文本字段内将文本居中对齐。使用语法 TextFormatAlign.CENTER。
另请参见
public static const JUSTIFY:String = "justify"| 运行时版本: | AIR 1.0 Flash Player 9 |
常数;在文本字段内将文本两端对齐。使用语法 TextFormatAlign.JUSTIFY。
另请参见
public static const LEFT:String = "left"| 运行时版本: | AIR 1.0 Flash Player 9 |
常数;在文本字段内将文本左对齐。使用语法 TextFormatAlign.LEFT。
另请参见
public static const RIGHT:String = "right"| 运行时版本: | AIR 1.0 Flash Player 9 |
常数;在文本字段内将文本右对齐。使用语法 TextFormatAlign.RIGHT。
另请参见
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Dec 14 2008, 10:39 PM -08:00