Package | flash.system |
Class | public final class IMEConversionMode |
Inheritance | IMEConversionMode Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
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.
Related API Elements
Constant | Defined 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 |
ALPHANUMERIC_FULL | Constant |
public static const ALPHANUMERIC_FULL:String = "ALPHANUMERIC_FULL"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The string "ALPHANUMERIC_FULL"
, for use with the
IME.conversionMode
property.
This constant is used with all IMEs.
Use the syntax IMEConversionMode.ALPHANUMERIC_FULL
.
More examples
Related API Elements
ALPHANUMERIC_HALF | Constant |
public static const ALPHANUMERIC_HALF:String = "ALPHANUMERIC_HALF"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The string "ALPHANUMERIC_HALF"
, for use with the
IME.conversionMode
property.
This constant is used with all IMEs.
Use the syntax IMEConversionMode.ALPHANUMERIC_HALF
.
More examples
Related API Elements
CHINESE | Constant |
public static const CHINESE:String = "CHINESE"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
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
.
More examples
Related API Elements
JAPANESE_HIRAGANA | Constant |
public static const JAPANESE_HIRAGANA:String = "JAPANESE_HIRAGANA"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The string "JAPANESE_HIRAGANA"
, for use with the
IME.conversionMode
property.
This constant is used with Japanese IMEs.
Use the syntax IMEConversionMode.JAPANESE_HIRAGANA
.
More examples
Related API Elements
JAPANESE_KATAKANA_FULL | Constant |
public static const JAPANESE_KATAKANA_FULL:String = "JAPANESE_KATAKANA_FULL"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
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
.
More examples
Related API Elements
JAPANESE_KATAKANA_HALF | Constant |
public static const JAPANESE_KATAKANA_HALF:String = "JAPANESE_KATAKANA_HALF"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
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
.
More examples
Related API Elements
KOREAN | Constant |
public static const KOREAN:String = "KOREAN"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The string "KOREAN"
, for use with the
IME.conversionMode
property.
This constant is used with Korean IMEs.
Use the syntax IMEConversionMode.KOREAN
.
More examples
Related API Elements
UNKNOWN | Constant |
public static const UNKNOWN:String = "UNKNOWN"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
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
.
Related API Elements
Wed Nov 21 2018, 06:34 AM -08:00