_Font.NameOther Property

Definition

Returns or sets the font used for characters with character codes from 128 through 255. Read/write String.

public:
 property System::String ^ NameOther { System::String ^ get(); void set(System::String ^ value); };
public string NameOther { get; set; }
member this.NameOther : string with get, set
Public Property NameOther As String

Property Value

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.

Applies to