包 | flashx.textLayout.formats |
类 | public final class Direction |
继承 | Direction Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
TextLayoutFormat
类的 direction
属性定义值。在拉丁样式脚本中,使用从左到右的阅读顺序。对于阿拉伯语或希伯来语等文本,则采用从右至左的阅读顺序。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
LTR : String = "ltr" [静态] 将文本指定为从左至右的书写方向。 | Direction | ||
RTL : String = "rtl" [静态] 将文本指定为从右至左的书写方向。 | Direction |
常量详细信息
LTR | 常量 |
public static const LTR:String = "ltr"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
将文本指定为从左至右的书写方向。
RTL | 常量 |
public static const RTL:String = "rtl"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
将文本指定为从右至左的书写方向。
Tue Jun 12 2018, 11:04 AM Z