Pakiet | com.adobe.icc.enum |
Klasa | public class TBXState |
Dziedziczenie | TBXState Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a TBX
or Text Module.
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ACTIVE : uint = 0 [statyczny]
Specifies the enumerator code for Active state. | TBXState | ||
ARCHIVE : uint = 2 [statyczny]
Specifies the enumerator code for Archive state. | TBXState | ||
MODIFIED : uint = 3 [statyczny]
The constant determining that the Text has been modified. | TBXState | ||
PUBLISHED : uint = 5 [statyczny]
The constant determining that the Text has been published. | TBXState | ||
READYFORPUBLISH : uint = 4 [statyczny]
The constant determining that the Text is ready for publish. | TBXState | ||
TEST : uint = 1 [statyczny]
Specifies the enumerator code for a test. | TBXState |
Szczegół stałej
ACTIVE | Stała |
public static const ACTIVE:uint = 0
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Stała |
public static const ARCHIVE:uint = 2
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Stała |
public static const MODIFIED:uint = 3
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been modified.
PUBLISHED | Stała |
public static const PUBLISHED:uint = 5
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been published.
READYFORPUBLISH | Stała |
public static const READYFORPUBLISH:uint = 4
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text is ready for publish.
TEST | Stała |
public static const TEST:uint = 1
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 12:06 PM Z