StylePaneSortMethodsValues 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 StylePaneSortMethodsValues enumeration.
public enum StylePaneSortMethodsValuespublic readonly struct StylePaneSortMethodsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues>type StylePaneSortMethodsValues = type StylePaneSortMethodsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StylePaneSortMethodsValues>Public Enum StylePaneSortMethodsValuesPublic Structure StylePaneSortMethodsValues
Implements IEnumValue, IEnumValueFactory(Of StylePaneSortMethodsValues), IEquatable(Of StylePaneSortMethodsValues)- Inheritance
- 
				StylePaneSortMethodsValues
- Inheritance
- 
				StylePaneSortMethodsValues
Fields
| Name | Value | Description | 
|---|---|---|
| Zero | 0 | When the item is serialized out as xml, its value is "0000". | 
| Name | 1 | name. When the item is serialized out as xml, its value is "name". | 
| One | 2 | When the item is serialized out as xml, its value is "0001". | 
| Priority | 3 | priority. When the item is serialized out as xml, its value is "priority". | 
| Two | 4 | When the item is serialized out as xml, its value is "0002". | 
| Font | 5 | font. When the item is serialized out as xml, its value is "font". | 
| Three | 6 | When the item is serialized out as xml, its value is "0003". | 
| BasedOn | 7 | basedOn. When the item is serialized out as xml, its value is "basedOn". | 
| Four | 8 | When the item is serialized out as xml, its value is "0004". | 
| Type | 9 | type. When the item is serialized out as xml, its value is "type". | 
| Five | 10 | When the item is serialized out as xml, its value is "0005". | 
| Default | 11 | default. When the item is serialized out as xml, its value is "default". | 
| BasedOn | basedOn. When the item is serialized out as xml, its value is "basedOn". | |
| Default | default. When the item is serialized out as xml, its value is "default". | |
| Equality(StylePaneSortMethodsValues, StylePaneSortMethodsValues) | ||
| Equals(Object) | ||
| Equals(StylePaneSortMethodsValues) | ||
| Five | When the item is serialized out as xml, its value is "0005". | |
| Font | font. When the item is serialized out as xml, its value is "font". | |
| Four | When the item is serialized out as xml, its value is "0004". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<StylePaneSortMethodsValues>.Create(String) | ||
| Inequality(StylePaneSortMethodsValues, StylePaneSortMethodsValues) | ||
| Name | name. When the item is serialized out as xml, its value is "name". | |
| One | When the item is serialized out as xml, its value is "0001". | |
| Priority | priority. When the item is serialized out as xml, its value is "priority". | |
| StylePaneSortMethodsValues(String) | Creates a new StylePaneSortMethodsValues enum instance | |
| Three | When the item is serialized out as xml, its value is "0003". | |
| ToString() | ||
| Two | When the item is serialized out as xml, its value is "0002". | |
| Type | type. When the item is serialized out as xml, its value is "type". | |
| Zero | When the item is serialized out as xml, its value is "0000". |