ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.enum 

TBXType  - AS3 Asset Composer

Packagecom.adobe.icc.enum
Classpublic class TBXType
InheritanceTBXType Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the enumerator codes for the type of a TBX. That is, a Text Module.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  CASECONDITION : uint = 3
[static] Specifies the enumerator code for a Condition Module.
TBXType
  IMAGE : uint = 2
[static] Specifies the enumerator code for an Image Module.
TBXType
  LIST : uint = 4
[static] Specifies the enumerator code for a List Module.
TBXType
  TEXT : uint = 0
[static] Specifies the enumerator code for a standard Text Module.
TBXType
Constant Detail

CASECONDITION

Constant
public static const CASECONDITION:uint = 3

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the enumerator code for a Condition Module.

IMAGE

Constant 
public static const IMAGE:uint = 2

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the enumerator code for an Image Module.

LIST

Constant 
public static const LIST:uint = 4

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the enumerator code for a List Module.

TEXT

Constant 
public static const TEXT:uint = 0

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the enumerator code for a standard Text Module.