Application.GetSpellingSuggestions (Word)
Renvoie une collection SpellingSuggestions qui représente les mots suggérés en remplacement d’un mot donné.
Si le mot est correctement orthographié, la propriété Count de l'objet SpellingSuggestions renvoie la valeur 0 (zéro).
GetSpellingSuggestions (Word, CustomDictionary, IgnoreUppercase, MainDictionary, SuggestionMode, CustomDictionary2, CustomDictionary3, CustomDictionary4, CustomDictionary5, CustomDictionary6, CustomDictionary7, CustomDictionary8, CustomDictionary9, CustomDictionary10)
Dim strWord As String: strWord =
Dim sssGetSpellingSuggestions As SpellingSuggestions
Set sssGetSpellingSuggestions = GetSpellingSuggestions(Word:=strWord)
Arguments
Un argument nommé
Word (String) - Mot dont l'orthographe doit être vérifiée.
Optional arguments
Les arguments suivants sont facultatifs
CustomDictionary - String
IgnoreUppercase (Boolean) - True pour ignorer les mots en majuscules.
MainDictionary - String
SuggestionMode (WdSpellingWordType) - Spécifie la façon dont Word suggère les corrections.
Les valeurs de retour possibles sont wdAnagram - Recherche par anagramme, wdSpellword - Recherche dans le dictionnaire, wdWildcard - Recherche par caractère générique.
CustomDictionary2 - String
CustomDictionary3 - String
CustomDictionary4 - String
CustomDictionary5 - String
CustomDictionary6 - String
CustomDictionary7 - String
CustomDictionary8 - String
CustomDictionary9 - String
CustomDictionary10 - String