StyleValues 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 StyleValues enumeration.
public enum StyleValuespublic readonly struct StyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.StyleValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.StyleValues>type StyleValues = type StyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StyleValues>Public Enum StyleValuesPublic Structure StyleValues
Implements IEnumValue, IEnumValueFactory(Of StyleValues), IEquatable(Of StyleValues)- Inheritance
- 
				StyleValues
- Inheritance
- 
				StyleValues
Fields
| Name | Value | Description | 
|---|---|---|
| Paragraph | 0 | Paragraph Style. When the item is serialized out as xml, its value is "paragraph". | 
| Character | 1 | Character Style. When the item is serialized out as xml, its value is "character". | 
| Table | 2 | Table Style. When the item is serialized out as xml, its value is "table". | 
| Numbering | 3 | Numbering Style. When the item is serialized out as xml, its value is "numbering". | 
| Character | Character Style. When the item is serialized out as xml, its value is "character". | |
| Equality(StyleValues, StyleValues) | ||
| Equals(Object) | ||
| Equals(StyleValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<StyleValues>.Create(String) | ||
| Inequality(StyleValues, StyleValues) | ||
| Numbering | Numbering Style. When the item is serialized out as xml, its value is "numbering". | |
| Paragraph | Paragraph Style. When the item is serialized out as xml, its value is "paragraph". | |
| StyleValues(String) | Creates a new StyleValues enum instance | |
| Table | Table Style. When the item is serialized out as xml, its value is "table". | |
| ToString() |