Language.SpellingDictionaryType Property

Definition

Returns or sets the proofing tool type. Read/write.

public:
 property Microsoft::Office::Interop::Word::WdDictionaryType SpellingDictionaryType { Microsoft::Office::Interop::Word::WdDictionaryType get(); void set(Microsoft::Office::Interop::Word::WdDictionaryType value); };
public Microsoft.Office.Interop.Word.WdDictionaryType SpellingDictionaryType { get; set; }
member this.SpellingDictionaryType : Microsoft.Office.Interop.Word.WdDictionaryType with get, set
Public Property SpellingDictionaryType As WdDictionaryType

Property Value

Remarks

You can use this property to change the active spelling dictionary to one of the available add-on dictionaries that work with Microsoft Word. For example, there are legal, medical, and complete spelling dictionaries you can use instead of the standard dictionary.

The SpellingDictionaryType property can be one of the WdDictionaryType constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Applies to