Packageflash.system
Classpublic final class IMEConversionMode
InheritanceIMEConversionMode Inheritance Object

Language version: ActionScript 3.0
Runtime version: 

This class contains constants for use with the IME.conversionMode property. Setting conversionMode to either ALPHANUMERIC_FULL or JAPANESE_KATAKANA_FULL causes the player to use a full width font, whereas using ALPHANUMERIC_HALF or JAPANESE_KATAKANA_HALF uses a half width font.

See also

flash.system.IME.conversionMode


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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
  ALPHANUMERIC_FULL : String = "ALPHANUMERIC_FULL"
[static] The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property.
IMEConversionMode
  ALPHANUMERIC_HALF : String = "ALPHANUMERIC_HALF"
[static] The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property.
IMEConversionMode
  CHINESE : String = "CHINESE"
[static] The string "CHINESE", for use with the IME.conversionMode property.
IMEConversionMode
  JAPANESE_HIRAGANA : String = "JAPANESE_HIRAGANA"
[static] The string "JAPANESE_HIRAGANA", for use with the IME.conversionMode property.
IMEConversionMode
  JAPANESE_KATAKANA_FULL : String = "JAPANESE_KATAKANA_FULL"
[static] The string "JAPANESE_KATAKANA_FULL", for use with the IME.conversionMode property.
IMEConversionMode
  JAPANESE_KATAKANA_HALF : String = "JAPANESE_KATAKANA_HALF"
[static] The string "JAPANESE_KATAKANA_HALF", for use with the IME.conversionMode property.
IMEConversionMode
  KOREAN : String = "KOREAN"
[static] The string "KOREAN", for use with the IME.conversionMode property.
IMEConversionMode
  UNKNOWN : String = "UNKNOWN"
[static] The string "UNKNOWN", which can be returned by a call to the IME.conversionMode property.
IMEConversionMode
Constant detail
ALPHANUMERIC_FULLconstant
public static const ALPHANUMERIC_FULL:String = "ALPHANUMERIC_FULL"

Language version: ActionScript 3.0
Runtime version: 

The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property. This constant is used with all IMEs. Use the syntax IMEConversionMode.ALPHANUMERIC_FULL.

See also

ALPHANUMERIC_HALFconstant 
public static const ALPHANUMERIC_HALF:String = "ALPHANUMERIC_HALF"

Language version: ActionScript 3.0
Runtime version: 

The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property. This constant is used with all IMEs. Use the syntax IMEConversionMode.ALPHANUMERIC_HALF.

See also

CHINESEconstant 
public static const CHINESE:String = "CHINESE"

Language version: ActionScript 3.0
Runtime version: 

The string "CHINESE", for use with the IME.conversionMode property. This constant is used with simplified and traditional Chinese IMEs. Use the syntax IMEConversionMode.CHINESE.

See also

JAPANESE_HIRAGANAconstant 
public static const JAPANESE_HIRAGANA:String = "JAPANESE_HIRAGANA"

Language version: ActionScript 3.0
Runtime version: 

The string "JAPANESE_HIRAGANA", for use with the IME.conversionMode property. This constant is used with Japanese IMEs. Use the syntax IMEConversionMode.JAPANESE_HIRAGANA.

See also

JAPANESE_KATAKANA_FULLconstant 
public static const JAPANESE_KATAKANA_FULL:String = "JAPANESE_KATAKANA_FULL"

Language version: ActionScript 3.0
Runtime version: 

The string "JAPANESE_KATAKANA_FULL", for use with the IME.conversionMode property. This constant is used with Japanese IMEs. Use the syntax IMEConversionMode.JAPANESE_KATAKANA_FULL.

See also

JAPANESE_KATAKANA_HALFconstant 
public static const JAPANESE_KATAKANA_HALF:String = "JAPANESE_KATAKANA_HALF"

Language version: ActionScript 3.0
Runtime version: 

The string "JAPANESE_KATAKANA_HALF", for use with the IME.conversionMode property. This constant is used with Japanese IMEs. Use the syntax IMEConversionMode.JAPANESE_KATAKANA_HALF.

See also

KOREANconstant 
public static const KOREAN:String = "KOREAN"

Language version: ActionScript 3.0
Runtime version: 

The string "KOREAN", for use with the IME.conversionMode property. This constant is used with Korean IMEs. Use the syntax IMEConversionMode.KOREAN.

See also

UNKNOWNconstant 
public static const UNKNOWN:String = "UNKNOWN"

Language version: ActionScript 3.0
Runtime version: 

The string "UNKNOWN", which can be returned by a call to the IME.conversionMode property. This value cannot be set, and is returned only if the player is unable to identify the currently active IME. Use the syntax IMEConversionMode.UNKNOWN.

See also