[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IMEModeType

IMEModeType Enum

Specifies the description of the Japanese input rules.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum IMEModeType
Public Enum IMEModeType

Fields

Name Description
Disabled

Specifies the mode is disabled.

FullAlpha

Specifies full-width alphanumeric.

FullHangul

Specifies full-width Hangul.

FullKatakana

Specifies the mode is Katakana.

HalfAlpha

Specifies half-width alphanumeric.

HalfHangul

Specifies Hangul.

HalfKatakana

Specifies the mode is half-width Katakana.

Hiragana

Specifies the mode is Hiragana.

NoControl

Specifie no control.

Off

Specifies the mode is off (English mode).

On

Specifies the mode is on.