StyleValues enumeration
Office 2013 and later
Defines the StyleValues enumeration.
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Plain | Plain. When the item is serialized out as xml, its value is "p". | |
| Bold | Bold. When the item is serialized out as xml, its value is "b". | |
| Italic | Italic. When the item is serialized out as xml, its value is "i". | |
| BoldItalic | Bold-Italic. When the item is serialized out as xml, its value is "bi". |
Show: