StyleValues Enumeration

Defines the StyleValues enumeration.

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration StyleValues
'Usage
Dim instance As StyleValues
public enum StyleValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace