_Font.NameAscii 属性

定义

返回或设置用于西文文本 (字符代码为 0 (零) 到 127 个字符) 的字体。 读/写 String

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

属性值

注解

在美国英语版本的 Microsoft Word 中,此属性的默认值为 Times New Roman。 Name使用 属性可更改应用于所有文本且显示在“格式”工具栏上的“字体”框中的字体。

适用于