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.Math.StyleValues>, IEquatable<DocumentFormat.OpenXml.Math.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 | 
|---|---|---|
| Plain | 0 | Plain. When the item is serialized out as xml, its value is "p". | 
| Bold | 1 | Bold. When the item is serialized out as xml, its value is "b". | 
| Italic | 2 | Italic. When the item is serialized out as xml, its value is "i". | 
| BoldItalic | 3 | Bold-Italic. When the item is serialized out as xml, its value is "bi". | 
| Bold | Bold. When the item is serialized out as xml, its value is "b". | |
| BoldItalic | Bold-Italic. When the item is serialized out as xml, its value is "bi". | |
| Equality(StyleValues, StyleValues) | ||
| Equals(Object) | ||
| Equals(StyleValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<StyleValues>.Create(String) | ||
| Inequality(StyleValues, StyleValues) | ||
| Italic | Italic. When the item is serialized out as xml, its value is "i". | |
| Plain | Plain. When the item is serialized out as xml, its value is "p". | |
| StyleValues(String) | Creates a new StyleValues enum instance | |
| ToString() |