Share via


Language.SpellingDictionaryType Propriété

Définition

Cette propriété renvoie ou définit le type d'outil de vérification linguistique. Lecture-écriture.

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

Valeur de propriété

Remarques

Vous pouvez utiliser cette propriété pour remplacer le dictionnaire d’orthographe actif par l’un des dictionnaires d’extensions disponibles qui fonctionnent avec Microsoft Word. Par exemple, il existe des dictionnaires orthographiques médicaux, juridiques et complets que vous pouvez utiliser à la place du dictionnaire standard.

La propriété SpellingDictionaryType peut être l’une des WdDictionaryType constantes. Certaines de ces constantes ne seront peut-être pas disponibles, en fonction de la langue sélectionnée ou installée (par exemple, le français).

S’applique à