DataValidationImeModeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Validation IME Mode
public enum DataValidationImeModeValues
public readonly struct DataValidationImeModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues>
type DataValidationImeModeValues =
type DataValidationImeModeValues = struct
interface IEnumValue
interface IEnumValueFactory<DataValidationImeModeValues>
Public Enum DataValidationImeModeValues
Public Structure DataValidationImeModeValues
Implements IEnumValue, IEnumValueFactory(Of DataValidationImeModeValues), IEquatable(Of DataValidationImeModeValues)
- Inheritance
-
DataValidationImeModeValues
- Inheritance
-
DataValidationImeModeValues
Fields
Name | Value | Description |
---|---|---|
NoControl | 0 | IME Mode Not Controlled. When the item is serialized out as xml, its value is "noControl". |
Off | 1 | IME Off. When the item is serialized out as xml, its value is "off". |
On | 2 | IME On. When the item is serialized out as xml, its value is "on". |
Disabled | 3 | Disabled IME Mode. When the item is serialized out as xml, its value is "disabled". |
Hiragana | 4 | Hiragana IME Mode. When the item is serialized out as xml, its value is "hiragana". |
FullKatakana | 5 | Full Katakana IME Mode. When the item is serialized out as xml, its value is "fullKatakana". |
HalfKatakana | 6 | Half-Width Katakana. When the item is serialized out as xml, its value is "halfKatakana". |
FullAlpha | 7 | Full-Width Alpha-Numeric IME Mode. When the item is serialized out as xml, its value is "fullAlpha". |
HalfAlpha | 8 | Half Alpha IME. When the item is serialized out as xml, its value is "halfAlpha". |
FullHangul | 9 | Full Width Hangul. When the item is serialized out as xml, its value is "fullHangul". |
HalfHangul | 10 | Half-Width Hangul IME Mode. When the item is serialized out as xml, its value is "halfHangul". |
DataValidationImeModeValues(String) | Creates a new DataValidationImeModeValues enum instance |
|
Disabled | Disabled IME Mode. When the item is serialized out as xml, its value is "disabled". |
|
Equality(DataValidationImeModeValues, DataValidationImeModeValues) | ||
Equals(DataValidationImeModeValues) | ||
Equals(Object) | ||
FullAlpha | Full-Width Alpha-Numeric IME Mode. When the item is serialized out as xml, its value is "fullAlpha". |
|
FullHangul | Full Width Hangul. When the item is serialized out as xml, its value is "fullHangul". |
|
FullKatakana | Full Katakana IME Mode. When the item is serialized out as xml, its value is "fullKatakana". |
|
GetHashCode() | ||
HalfAlpha | Half Alpha IME. When the item is serialized out as xml, its value is "halfAlpha". |
|
HalfHangul | Half-Width Hangul IME Mode. When the item is serialized out as xml, its value is "halfHangul". |
|
HalfKatakana | Half-Width Katakana. When the item is serialized out as xml, its value is "halfKatakana". |
|
Hiragana | Hiragana IME Mode. When the item is serialized out as xml, its value is "hiragana". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DataValidationImeModeValues>.Create(String) | ||
Inequality(DataValidationImeModeValues, DataValidationImeModeValues) | ||
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". |
|
ToString() |