_Font.NameAscii Property

Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127). Read/write String.

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

Syntax

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

value = instance.NameAscii

instance.NameAscii = value
string NameAscii { 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.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace