Пакет | com.adobe.icc.enum |
Класс | public class LetterState |
Наследование | LetterState Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Letter
.
Общедоступные свойства
Общедоступные методы
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
ACTIVE : uint = 0 [статические]
Specifies the enumerator code for Active state. | LetterState | ||
ARCHIVE : uint = 2 [статические]
Specifies the enumerator code for Archive state. | LetterState | ||
MODIFIED : uint = 3 [статические]
The constant determining that the Letter has been modified. | LetterState | ||
PUBLISHED : uint = 5 [статические]
The constant determining that the Letter has been published. | LetterState | ||
READYFORPUBLISH : uint = 4 [статические]
The constant determining that the Letter is ready for publish. | LetterState | ||
TEST : uint = 1 [статические]
Specifies the enumerator code for a test. | LetterState |
Сведения о константе
ACTIVE | Константа |
public static const ACTIVE:uint = 0
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Константа |
public static const ARCHIVE:uint = 2
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Константа |
public static const MODIFIED:uint = 3
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been modified.
PUBLISHED | Константа |
public static const PUBLISHED:uint = 5
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been published.
READYFORPUBLISH | Константа |
public static const READYFORPUBLISH:uint = 4
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter is ready for publish.
TEST | Константа |
public static const TEST:uint = 1
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 11:34 AM Z