Paket | com.adobe.icc.enum |
Klasse | public class LetterState |
Vererbung | LetterState Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Letter
.
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
ACTIVE : uint = 0 [statisch]
Specifies the enumerator code for Active state. | LetterState | ||
ARCHIVE : uint = 2 [statisch]
Specifies the enumerator code for Archive state. | LetterState | ||
MODIFIED : uint = 3 [statisch]
The constant determining that the Letter has been modified. | LetterState | ||
PUBLISHED : uint = 5 [statisch]
The constant determining that the Letter has been published. | LetterState | ||
READYFORPUBLISH : uint = 4 [statisch]
The constant determining that the Letter is ready for publish. | LetterState | ||
TEST : uint = 1 [statisch]
Specifies the enumerator code for a test. | LetterState |
Konstantendetails
ACTIVE | Konstante |
public static const ACTIVE:uint = 0
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Konstante |
public static const ARCHIVE:uint = 2
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Konstante |
public static const MODIFIED:uint = 3
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been modified.
PUBLISHED | Konstante |
public static const PUBLISHED:uint = 5
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been published.
READYFORPUBLISH | Konstante |
public static const READYFORPUBLISH:uint = 4
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter is ready for publish.
TEST | Konstante |
public static const TEST:uint = 1
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 10:04 AM Z