パッケージ | 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, 10:34 AM Z