StrictCharacterSet 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.
Defines the StrictCharacterSet enumeration.
public enum StrictCharacterSetpublic 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 StrictCharacterSetPublic Structure StrictCharacterSet
Implements IEnumValue, IEnumValueFactory(Of StrictCharacterSet), IEquatable(Of StrictCharacterSet)- Inheritance
- 
				StrictCharacterSet
- Inheritance
- 
				StrictCharacterSet
Fields
| Name | Value | Description | 
|---|---|---|
| chsAnsi | 0 | iso-8859-1. When the item is serialized out as xml, its value is "iso-8859-1". | 
| chsMacFfn | 1 | macintosh. When the item is serialized out as xml, its value is "macintosh". | 
| chsShiftJIS | 2 | shift_jis. When the item is serialized out as xml, its value is "shift_jis". | 
| chsHangeul | 3 | ks_c-5601-1987. When the item is serialized out as xml, its value is "ks_c-5601-1987". | 
| chsJohab | 4 | KS_C-5601-1992. When the item is serialized out as xml, its value is "KS_C-5601-1992". | 
| chsGB2312 | 5 | GBK. When the item is serialized out as xml, its value is "GBK". | 
| chsChinese5 | 6 | Big5. When the item is serialized out as xml, its value is "Big5". | 
| chsGreek | 7 | windows-1253. When the item is serialized out as xml, its value is "windows-1253". | 
| chsTurkish | 8 | iso-8859-9. When the item is serialized out as xml, its value is "iso-8859-9". | 
| chsVietnamese | 9 | windows-1258. When the item is serialized out as xml, its value is "windows-1258". | 
| chsHebrew | 10 | windows-1255. When the item is serialized out as xml, its value is "windows-1255". | 
| chsArabic | 11 | windows-1256. When the item is serialized out as xml, its value is "windows-1256". | 
| chsBaltic | 12 | windows-1257. When the item is serialized out as xml, its value is "windows-1257". | 
| chsRussian | 13 | windows-1251. When the item is serialized out as xml, its value is "windows-1251". | 
| chsThai | 14 | windows-874. When the item is serialized out as xml, its value is "windows-874". | 
| chsEastEurope | 15 | windows-1250. When the item is serialized out as xml, its value is "windows-1250". | 
| chsAnsi | iso-8859-1. When the item is serialized out as xml, its value is "iso-8859-1". | |
| chsArabic | windows-1256. When the item is serialized out as xml, its value is "windows-1256". | |
| chsBaltic | windows-1257. When the item is serialized out as xml, its value is "windows-1257". | |
| chsChinese5 | Big5. When the item is serialized out as xml, its value is "Big5". | |
| chsEastEurope | windows-1250. When the item is serialized out as xml, its value is "windows-1250". | |
| chsGB2312 | GBK. When the item is serialized out as xml, its value is "GBK". | |
| chsGreek | windows-1253. When the item is serialized out as xml, its value is "windows-1253". | |
| chsHangeul | ks_c-5601-1987. When the item is serialized out as xml, its value is "ks_c-5601-1987". | |
| chsHebrew | windows-1255. When the item is serialized out as xml, its value is "windows-1255". | |
| chsJohab | KS_C-5601-1992. When the item is serialized out as xml, its value is "KS_C-5601-1992". | |
| chsMacFfn | macintosh. When the item is serialized out as xml, its value is "macintosh". | |
| chsRussian | windows-1251. When the item is serialized out as xml, its value is "windows-1251". | |
| chsShiftJIS | shift_jis. When the item is serialized out as xml, its value is "shift_jis". | |
| chsThai | windows-874. When the item is serialized out as xml, its value is "windows-874". | |
| chsTurkish | iso-8859-9. When the item is serialized out as xml, its value is "iso-8859-9". | |
| chsVietnamese | windows-1258. When the item is serialized out as xml, its value is "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) | Creates a new StrictCharacterSet enum instance | |
| ToString() |