StrictCharacterSet 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 StrictCharacterSet 枚举。
public enum StrictCharacterSet
public readonly struct StrictCharacterSet : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet>
type StrictCharacterSet =
type StrictCharacterSet = struct
interface IEnumValue
interface IEnumValueFactory<StrictCharacterSet>
Public Enum StrictCharacterSet
Public Structure StrictCharacterSet
Implements IEnumValue, IEnumValueFactory(Of StrictCharacterSet), IEquatable(Of StrictCharacterSet)
- 继承
-
StrictCharacterSet
- 继承
-
StrictCharacterSet
字段
名称 | 值 | 说明 |
---|---|---|
chsAnsi | 0 | iso-8859-1。 当项序列化为 xml 时,其值为“iso-8859-1”。 |
chsMacFfn | 1 | macintosh。 当项序列化为 xml 时,其值为“macintosh”。 |
chsShiftJIS | 2 | shift_jis。 当项序列化为 xml 时,其值为“shift_jis”。 |
chsHangeul | 3 | ks_c-5601-1987。 当项序列化为 xml 时,其值为“ks_c-5601-1987”。 |
chsJohab | 4 | KS_C-5601-1992。 当项序列化为 xml 时,其值为“KS_C-5601-1992”。 |
chsGB2312 | 5 | GBK。 将项序列化为 xml 时,其值为“GBK”。 |
chsChinese5 | 6 | Big5。 将项序列化为 xml 时,其值为“Big5”。 |
chsGreek | 7 | windows-1253。 当项序列化为 xml 时,其值为“windows-1253”。 |
chsTurkish | 8 | iso-8859-9。 当项序列化为 xml 时,其值为“iso-8859-9”。 |
chsVietnamese | 9 | windows-1258。 将项序列化为 xml 时,其值为“windows-1258”。 |
chsHebrew | 10 | windows-1255。 当项序列化为 xml 时,其值为“windows-1255”。 |
chsArabic | 11 | windows-1256。 当项序列化为 xml 时,其值为“windows-1256”。 |
chsBaltic | 12 | windows-1257。 当项序列化为 xml 时,其值为“windows-1257”。 |
chsRussian | 13 | windows-1251。 将项序列化为 xml 时,其值为“windows-1251”。 |
chsThai | 14 | windows-874。 当项序列化为 xml 时,其值为“windows-874”。 |
chsEastEurope | 15 | windows-1250。 当项序列化为 xml 时,其值为“windows-1250”。 |
chsAnsi | iso-8859-1。 当项序列化为 xml 时,其值为“iso-8859-1”。 |
|
chsArabic | windows-1256。 当项序列化为 xml 时,其值为“windows-1256”。 |
|
chsBaltic | windows-1257。 当项序列化为 xml 时,其值为“windows-1257”。 |
|
chsChinese5 | Big5。 将项序列化为 xml 时,其值为“Big5”。 |
|
chsEastEurope | windows-1250。 当项序列化为 xml 时,其值为“windows-1250”。 |
|
chsGB2312 | GBK。 将项序列化为 xml 时,其值为“GBK”。 |
|
chsGreek | windows-1253。 当项序列化为 xml 时,其值为“windows-1253”。 |
|
chsHangeul | ks_c-5601-1987。 当项序列化为 xml 时,其值为“ks_c-5601-1987”。 |
|
chsHebrew | windows-1255。 当项序列化为 xml 时,其值为“windows-1255”。 |
|
chsJohab | KS_C-5601-1992。 当项序列化为 xml 时,其值为“KS_C-5601-1992”。 |
|
chsMacFfn | macintosh。 当项序列化为 xml 时,其值为“macintosh”。 |
|
chsRussian | windows-1251。 将项序列化为 xml 时,其值为“windows-1251”。 |
|
chsShiftJIS | shift_jis。 当项序列化为 xml 时,其值为“shift_jis”。 |
|
chsThai | windows-874。 当项序列化为 xml 时,其值为“windows-874”。 |
|
chsTurkish | iso-8859-9。 当项序列化为 xml 时,其值为“iso-8859-9”。 |
|
chsVietnamese | windows-1258。 将项序列化为 xml 时,其值为“windows-1258”。 |
|
Equality(StrictCharacterSet, StrictCharacterSet) | ||
Equals(Object) | ||
Equals(StrictCharacterSet) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StrictCharacterSet>.Create(String) | ||
Inequality(StrictCharacterSet, StrictCharacterSet) | ||
StrictCharacterSet(String) | 创建新的 StrictCharacterSet 枚举实例 |
|
ToString() |