Language.DefaultWritingStyle 属性

定义

返回或设置默认的写作风格由用于指定的语言的语法检查器。 The name of the writing style is the localized name for the specified language.

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

属性值

注解

This property controls the global setting for the writing style. 设置此属性时,必须使用“选项”对话框中“拼写 & 语法”选项卡上的“书写样式”框中找到的确切名称 (“工具”菜单) 。

属性 ActiveWritingStyle[Object] 设置文档中每种语言的书写样式。 ActiveWritingStyle 设置覆盖的 DefaultWritingStyle 设置。

适用于