Pacote | com.adobe.icc.enum |
Classe | public class TBXState |
Herança | TBXState Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a TBX
or Text Module.
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ACTIVE : uint = 0 [estático]
Specifies the enumerator code for Active state. | TBXState | ||
ARCHIVE : uint = 2 [estático]
Specifies the enumerator code for Archive state. | TBXState | ||
MODIFIED : uint = 3 [estático]
The constant determining that the Text has been modified. | TBXState | ||
PUBLISHED : uint = 5 [estático]
The constant determining that the Text has been published. | TBXState | ||
READYFORPUBLISH : uint = 4 [estático]
The constant determining that the Text is ready for publish. | TBXState | ||
TEST : uint = 1 [estático]
Specifies the enumerator code for a test. | TBXState |
Detalhes da constante
ACTIVE | Constante |
public static const ACTIVE:uint = 0
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Constante |
public static const ARCHIVE:uint = 2
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Constante |
public static const MODIFIED:uint = 3
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been modified.
PUBLISHED | Constante |
public static const PUBLISHED:uint = 5
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been published.
READYFORPUBLISH | Constante |
public static const READYFORPUBLISH:uint = 4
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text is ready for publish.
TEST | Constante |
public static const TEST:uint = 1
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Wed Jun 13 2018, 11:10 AM Z