DataValidationImeMode

DataValidationImeMode

Overview

DataValidationImeMode is a enum in Aspose.Cells FOSS for Python.

Specifies the Input Method Editor (IME) mode for CJK language input.

Values

ValueDescription
NO_CONTROLRepresents a state where no IME control is applied
OFFRepresents IME being turned off
ON
DISABLEDRepresents IME being disabled
HIRAGANARepresents IME mode for Hiragana input
FULL_KATAKANARepresents IME mode for full-width Katakana input
HALF_KATAKANARepresents IME mode for half-width Katakana input
FULL_ALPHARepresents IME mode for full-width alphabetic input
HALF_ALPHARepresents IME mode for half-width alphabetic input
FULL_HANGULRepresents IME mode for full-width Hangul input
HALF_HANGULRepresents IME mode for half-width Hangul input

See Also