套件 | flashx.textLayout |
類別 | public class TextLayoutVersion |
繼承 | TextLayoutVersion Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 2.0 |
公用常數
常數 | 定義自 | ||
---|---|---|---|
CURRENT_VERSION : uint = 0x02000000 [靜態]
目前的 Text Layout Framework 發行版本,已編碼為 uint。 | TextLayoutVersion | ||
VERSION_1_0 : uint = 0x01000000 [靜態]
TLF 1.0 的版本號碼值,已依數字順序編碼為 uint。 | TextLayoutVersion | ||
VERSION_1_1 : uint = 0x01010000 [靜態]
TLF 1.1 的版本號碼值,已依數字順序編碼為 uint。 | TextLayoutVersion | ||
VERSION_2_0 : uint = 0x02000000 [靜態]
TLF 2.0 的版本號碼值,已依數字順序編碼為 uint。 | TextLayoutVersion |
常數詳細資訊
CURRENT_VERSION | 常數 |
public static const CURRENT_VERSION:uint = 0x02000000
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 2.0 |
目前的 Text Layout Framework 發行版本,已編碼為 uint。
VERSION_1_0 | 常數 |
public static const VERSION_1_0:uint = 0x01000000
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 2.0 |
TLF 1.0 的版本號碼值,已依數字順序編碼為 uint
。
VERSION_1_1 | 常數 |
public static const VERSION_1_1:uint = 0x01010000
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 2.0 |
TLF 1.1 的版本號碼值,已依數字順序編碼為 uint
。
VERSION_2_0 | 常數 |
public static const VERSION_2_0:uint = 0x02000000
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 2.0 |
TLF 2.0 的版本號碼值,已依數字順序編碼為 uint
。
Tue Jun 12 2018, 03:47 PM Z