包 | com.adobe.icc.enum |
类 | public class TBXState |
继承 | TBXState Object |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a TBX
or Text Module.
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ACTIVE : uint = 0 [静态]
Specifies the enumerator code for Active state. | TBXState | ||
ARCHIVE : uint = 2 [静态]
Specifies the enumerator code for Archive state. | TBXState | ||
MODIFIED : uint = 3 [静态]
The constant determining that the Text has been modified. | TBXState | ||
PUBLISHED : uint = 5 [静态]
The constant determining that the Text has been published. | TBXState | ||
READYFORPUBLISH : uint = 4 [静态]
The constant determining that the Text is ready for publish. | TBXState | ||
TEST : uint = 1 [静态]
Specifies the enumerator code for a test. | TBXState |
常量详细信息
ACTIVE | 常量 |
public static const ACTIVE:uint = 0
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | 常量 |
public static const ARCHIVE:uint = 2
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | 常量 |
public static const MODIFIED:uint = 3
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been modified.
PUBLISHED | 常量 |
public static const PUBLISHED:uint = 5
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text has been published.
READYFORPUBLISH | 常量 |
public static const READYFORPUBLISH:uint = 4
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Text is ready for publish.
TEST | 常量 |
public static const TEST:uint = 1
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 11:04 AM Z