Spread.Services Documentation
IMEModeType Enumeration
GrapeCity.Documents.Spread Namespace : IMEModeType Enumeration
Specifies the description of the Japanese input rules.
Syntax
public enum IMEModeType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.IMEModeType

See Also

Reference

GrapeCity.Documents.Spread Namespace