Language.DefaultWritingStyle Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DefaultWritingStyle As String
    Get
    Set
'Usage
Dim instance As Language
Dim value As String

value = instance.DefaultWritingStyle

instance.DefaultWritingStyle = value
string DefaultWritingStyle { get; set; }

Property Value

Type: System.String

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 property sets the writing style for each language in a document. The ActiveWritingStyle setting overrides the DefaultWritingStyle setting.

See Also

Reference

Language Interface

Language Members

Microsoft.Office.Interop.Word Namespace