Package | com.adobe.icc.enum |
Class | public class LetterState |
Inheritance | LetterState Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Letter
.
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ACTIVE : uint = 0 [static]
Specifies the enumerator code for Active state. | LetterState | ||
ARCHIVE : uint = 2 [static]
Specifies the enumerator code for Archive state. | LetterState | ||
MODIFIED : uint = 3 [static]
The constant determining that the Letter has been modified. | LetterState | ||
PUBLISHED : uint = 5 [static]
The constant determining that the Letter has been published. | LetterState | ||
READYFORPUBLISH : uint = 4 [static]
The constant determining that the Letter is ready for publish. | LetterState | ||
TEST : uint = 1 [static]
Specifies the enumerator code for a test. | LetterState |
Constant Detail
ACTIVE | Constant |
public static const ACTIVE:uint = 0
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Constant |
public static const ARCHIVE:uint = 2
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Constant |
public static const MODIFIED:uint = 3
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been modified.
PUBLISHED | Constant |
public static const PUBLISHED:uint = 5
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been published.
READYFORPUBLISH | Constant |
public static const READYFORPUBLISH:uint = 4
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter is ready for publish.
TEST | Constant |
public static const TEST:uint = 1
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Thu Dec 6 2018, 01:12 PM -08:00