DocumentClass.OMathFontName Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property OMathFontName As String
Get
Set
'Usage
Dim instance As DocumentClass
Dim value As String
value = instance.OMathFontName
instance.OMathFontName = value
public virtual string OMathFontName { get; set; }
Property Value
Type: System.String