套件 | 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, 03:47 PM Z