ScriptValues Enumeration

Defines the ScriptValues enumeration.

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

Syntax

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

Members

Member name Description
Roman Roman. When the item is serialized out as xml, its value is "roman".
Script Script. When the item is serialized out as xml, its value is "script".
Fraktur Fraktur. When the item is serialized out as xml, its value is "fraktur".
DoubleStruck double-struck. When the item is serialized out as xml, its value is "double-struck".
SansSerif Sans-Serif. When the item is serialized out as xml, its value is "sans-serif".
Monospace Monospace. When the item is serialized out as xml, its value is "monospace".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace