Edit

Share via


Language.DefaultWritingStyle Property

Definition

Returns or sets the default writing style used by the grammar checker for the specified language. 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

Property Value

Remarks

This property controls the global setting for the writing style. When setting this property, you must use the exact name found in the Writing style box on the Spelling & Grammar tab in the Options dialog box (Tools menu).

The ActiveWritingStyle[Object] property sets the writing style for each language in a document. The ActiveWritingStyle setting overrides the DefaultWritingStyle setting.

Applies to