Range.GetSpellingSuggestions (Word)

Renvoie une collection SpellingSuggestions qui représente les corrections suggérées en remplacement du premier mot de la plage spécifiée.

Si le mot est correctement orthographié, la propriété Count de l'objet SpellingSuggestions renvoie la valeur 0 (zéro).

GetSpellingSuggestions (CustomDictionary, IgnoreUppercase, MainDictionary, SuggestionMode, CustomDictionary2, CustomDictionary3, CustomDictionary4, CustomDictionary5, CustomDictionary6, CustomDictionary7, CustomDictionary8, CustomDictionary9, CustomDictionary10)


If Selection.Range.GetSpellingSuggestions.Count = 0 Then 
 Msgbox "No suggestions." 
Else 
 Selection.Range.CheckSpelling 
End If

Arguments

Optional arguments

Les arguments suivants sont facultatifs

CustomDictionary (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier du dictionnaire personnel.

IgnoreUppercase (Boolean) - True pour ignorer les mots en majuscules.

MainDictionary (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier du dictionnaire principal.

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 - Dictionary