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
Member
Membername | Beschreibung | |
---|---|---|
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". |