Package | com.adobe.icc.enum |
Classe | public class TBXState |
Héritage | TBXState Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a TBX
or Text Module.
Propriétés publiques
Méthodes publiques
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
ACTIVE : uint = 0 [statique]
Specifies the enumerator code for Active state. | TBXState | ||
ARCHIVE : uint = 2 [statique]
Specifies the enumerator code for Archive state. | TBXState | ||
MODIFIED : uint = 3 [statique]
The constant determining that the Text has been modified. | TBXState | ||
PUBLISHED : uint = 5 [statique]
The constant determining that the Text has been published. | TBXState | ||
READYFORPUBLISH : uint = 4 [statique]
The constant determining that the Text is ready for publish. | TBXState | ||
TEST : uint = 1 [statique]
Specifies the enumerator code for a test. | TBXState |
Détails de la constante
ACTIVE | Constante |
public static const ACTIVE:uint = 0
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Constante |
public static const ARCHIVE:uint = 2
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Constante |
public static const MODIFIED:uint = 3
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been modified.
PUBLISHED | Constante |
public static const PUBLISHED:uint = 5
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been published.
READYFORPUBLISH | Constante |
public static const READYFORPUBLISH:uint = 4
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text is ready for publish.
TEST | Constante |
public static const TEST:uint = 1
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 09:30 AM Z