Language.DefaultWritingStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.