_Font.NameOther Property
Returns or sets the font used for characters with character codes from 128 through 255. Read/write String.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NameOther As String
Get
Set
'Usage
Dim instance As _Font
Dim value As String
value = instance.NameOther
instance.NameOther = value
string NameOther { get; set; }
Property Value
Type: System.String
Remarks
In the U.S. English version of Microsoft Word, the default value of this property is Times New Roman. Use the Name property to change the font that's applied to all text and that appears in the Font box on the Formatting toolbar.