_Font.NameFarEast Property

Returns or sets an East Asian font name. Read/write String.

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

Syntax

'Declaration
Property NameFarEast As String
    Get
    Set
'Usage
Dim instance As _Font
Dim value As String

value = instance.NameFarEast

instance.NameFarEast = value
string NameFarEast { 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. This is the recommended way to return or set the font for Asian text in a document created in an Asian version of Word.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace