_Document.OMathFontName Property

Returns the name of the font used in a document to display equations. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property OMathFontName As String
    Get
    Set
'Usage
Dim instance As _Document
Dim value As String

value = instance.OMathFontName

instance.OMathFontName = value
string OMathFontName { get; set; }

Property Value

Type: System.String
String

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace