_Application.GetSpellingSuggestions 方法

定义

返回一个 SpellingSuggestions 集合,该集合代表作为给定单词的拼写替代建议的单词。

public Microsoft.Office.Interop.Word.SpellingSuggestions GetSpellingSuggestions (string Word, ref object CustomDictionary, ref object IgnoreUppercase, ref object MainDictionary, ref object SuggestionMode, ref object CustomDictionary2, ref object CustomDictionary3, ref object CustomDictionary4, ref object CustomDictionary5, ref object CustomDictionary6, ref object CustomDictionary7, ref object CustomDictionary8, ref object CustomDictionary9, ref object CustomDictionary10);
abstract member GetSpellingSuggestions : string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.SpellingSuggestions
Public Function GetSpellingSuggestions (Word As String, Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef MainDictionary As Object, Optional ByRef SuggestionMode As Object, Optional ByRef CustomDictionary2 As Object, Optional ByRef CustomDictionary3 As Object, Optional ByRef CustomDictionary4 As Object, Optional ByRef CustomDictionary5 As Object, Optional ByRef CustomDictionary6 As Object, Optional ByRef CustomDictionary7 As Object, Optional ByRef CustomDictionary8 As Object, Optional ByRef CustomDictionary9 As Object, Optional ByRef CustomDictionary10 As Object) As SpellingSuggestions

参数

Word
String

必需的 字符串 。 将接受拼写检查的单词。

CustomDictionary
Object

可选 对象。 返回 Dictionary 对象的表达式或自定义字典的文件名。

IgnoreUppercase
Object

可选 对象 要忽略全部大写的单词。 如果省略此参数,则使用 属性的 IgnoreUppercase 当前值。

MainDictionary
Object

可选 对象。 返回 Dictionary 对象的表达式或main字典的文件名。 如果未指定main词典,Microsoft Word将使用与区域中第一个单词的语言格式Word相对应的main词典。

SuggestionMode
Object

可选 对象。 指定 Word 提出拼写建议的方式。 可以是以下 WdSpellingWordType 常量之一。 默认值是 WdSpellword

CustomDictionary2
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary3
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary4
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary5
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary6
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary7
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary8
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary9
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

CustomDictionary10
Object

可选 对象。 返回 Dictionary 对象的表达式或其他自定义字典的文件名。 您可以指定多达 9 个附加词典。

返回

注解

如果单词拼写正确,则 Count 对象的 属性 SpellingSuggestions 将返回 0 (零) 。

适用于