次の方法で共有


StyleValues Enumeration

Defines the StyleValues enumeration.

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

Syntax

'宣言
Public Enumeration StyleValues
'使用
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