Application.GetSpellingSuggestions (Word)

Gibt eine SpellingSuggestions -Auflistung zurück, die die Wörter darstellt, die als Rechtschreibkorrektur für ein bestimmtes Wort vorgeschlagen werden.

Wenn das Wort richtig geschrieben ist, gibt die count -Eigenschaft des SpellingSuggestions -Objekts 0 (null) zurück.

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

Ein benanntes Argument

Word (String) - Das Wort, das auf Rechtschreibfehler überprüft werden soll.

Optional arguments

Die folgenden Argumente sind optional

CustomDictionary - String

IgnoreUppercase (Boolean) - True, wenn Wörter in Großbuchstaben ignoriert werden sollen.

MainDictionary - String

SuggestionMode (WdSpellingWordType) - Gibt an, wie Rechtschreibvorschläge in Word vorgenommen werden.

Mögliche Rückgabewerte sind wdAnagram - Anagrammsuche, wdSpellword - Wörterbuchsuche, wdWildcard - Platzhaltersuche.

CustomDictionary2 - String

CustomDictionary3 - String

CustomDictionary4 - String

CustomDictionary5 - String

CustomDictionary6 - String

CustomDictionary7 - String

CustomDictionary8 - String

CustomDictionary9 - String

CustomDictionary10 - String