Paket | com.adobe.icc.enum |
Klasse | public class TBXState |
Vererbung | TBXState Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a TBX
or Text Module.
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
ACTIVE : uint = 0 [statisch]
Specifies the enumerator code for Active state. | TBXState | ||
ARCHIVE : uint = 2 [statisch]
Specifies the enumerator code for Archive state. | TBXState | ||
MODIFIED : uint = 3 [statisch]
The constant determining that the Text has been modified. | TBXState | ||
PUBLISHED : uint = 5 [statisch]
The constant determining that the Text has been published. | TBXState | ||
READYFORPUBLISH : uint = 4 [statisch]
The constant determining that the Text is ready for publish. | TBXState | ||
TEST : uint = 1 [statisch]
Specifies the enumerator code for a test. | TBXState |
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 Text 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 Text 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 Text 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