Options.ApplyFarEastFontsToAscii Property

True if Microsoft Word applies East Asian fonts to Latin text.

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

Syntax

'Declaration
Property ApplyFarEastFontsToAscii As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.ApplyFarEastFontsToAscii

instance.ApplyFarEastFontsToAscii = value
bool ApplyFarEastFontsToAscii { get; set; }

Property Value

Type: System.Boolean

Remarks

This property applies only when you have selected an East Asian language for editing. If this property is False and you apply an East Asian font to a specified range, Word will not apply the font to any Latin text in the range.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace