Language.SpellingDictionaryType Propriété

Définition

Cette propriété renvoie ou définit le type d'outil de vérification linguistique. En 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é

WdDictionaryType

Remarques

Vous pouvez utiliser cette propriété pour transformer le dictionnaire d’orthographe actif en un des dictionnaires complémentaires disponibles fonctionnant 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 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 à