Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Data Validation IME Mode
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DataValidationImeModeValues
'Usage
Dim instance As DataValidationImeModeValues
public enum DataValidationImeModeValues
Members
Member name | Description | |
---|---|---|
NoControl | IME Mode Not Controlled. When the item is serialized out as xml, its value is "noControl". | |
Off | IME Off. When the item is serialized out as xml, its value is "off". | |
On | IME On. When the item is serialized out as xml, its value is "on". | |
Disabled | Disabled IME Mode. When the item is serialized out as xml, its value is "disabled". | |
Hiragana | Hiragana IME Mode. When the item is serialized out as xml, its value is "hiragana". | |
FullKatakana | Full Katakana IME Mode. When the item is serialized out as xml, its value is "fullKatakana". | |
HalfKatakana | Half-Width Katakana. When the item is serialized out as xml, its value is "halfKatakana". | |
FullAlpha | Full-Width Alpha-Numeric IME Mode. When the item is serialized out as xml, its value is "fullAlpha". | |
HalfAlpha | Half Alpha IME. When the item is serialized out as xml, its value is "halfAlpha". | |
FullHangul | Full Width Hangul. When the item is serialized out as xml, its value is "fullHangul". | |
HalfHangul | Half-Width Hangul IME Mode. When the item is serialized out as xml, its value is "halfHangul". |