Range.GetSpellingSuggestions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した範囲内の SpellingSuggestions 最初の単語のスペル置換として提案された単語を表すコレクションを返します。
public Microsoft.Office.Interop.Word.SpellingSuggestions GetSpellingSuggestions (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 : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.SpellingSuggestions
Public Function GetSpellingSuggestions (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
パラメーター
- CustomDictionary
- Object
省略可能 なオブジェクト。 オブジェクトまたはユーザー辞書の Dictionary ファイル名を返す式。
- IgnoreUppercase
- Object
省略可能 なオブジェクト。 True をすべて大文字の単語を無視します。 この引数を省略すると、 プロパティの現在の IgnoreUppercase 値が使用されます。
- MainDictionary
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはメイン辞書のファイル名を返す。 メイン辞書を指定しない場合は、範囲の最初の単語に設定されている言語に対応するメイン辞書が使用されます。
- SuggestionMode
- Object
省略可能 なオブジェクト。 スペルの修正候補を表示する方法を指定します。 定数の 1 つを WdSpellingWordType 指定できます。 既定値は、 WdSpellword です。
- CustomDictionary2
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。
- CustomDictionary3
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary4
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary5
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary6
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary7
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary8
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary9
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary10
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。