DataValidationImeMode
Overview
DataValidationImeMode is a enum in Aspose.Cells FOSS for Python.
Specifies the Input Method Editor (IME) mode for CJK language input.
Values
| Value | Description |
|---|---|
NO_CONTROL | Represents a state where no IME control is applied |
OFF | Represents IME being turned off |
ON | |
DISABLED | Represents IME being disabled |
HIRAGANA | Represents IME mode for Hiragana input |
FULL_KATAKANA | Represents IME mode for full-width Katakana input |
HALF_KATAKANA | Represents IME mode for half-width Katakana input |
FULL_ALPHA | Represents IME mode for full-width alphabetic input |
HALF_ALPHA | Represents IME mode for half-width alphabetic input |
FULL_HANGUL | Represents IME mode for full-width Hangul input |
HALF_HANGUL | Represents IME mode for half-width Hangul input |