_Document.CheckSpelling メソッド

定義

指定された文書または範囲のスペル チェックを行います。

public void CheckSpelling (ref object CustomDictionary, ref object IgnoreUppercase, ref object AlwaysSuggest, 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 CheckSpelling : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
Public Sub CheckSpelling (Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef AlwaysSuggest 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)

パラメーター

CustomDictionary
Object

省略可能 なオブジェクト。 オブジェクトまたはユーザー辞書の Dictionary ファイル名を返す式。

IgnoreUppercase
Object

省略可能 なオブジェクトTrue の 場合、大文字と小文字は無視されます。 この引数を省略すると、 プロパティの現在の IgnoreUppercase 値が使用されます。

AlwaysSuggest
Object

省略可能 なオブジェクトTrue 常に修正候補を提案します。 この引数を省略すると、 プロパティの現在の SuggestSpellingCorrections 値が使用されます。

CustomDictionary2
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary3
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary4
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary5
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary6
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary7
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary8
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary9
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

CustomDictionary10
Object

省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。

注釈

文書または指定範囲に文法上の誤りがある場合、[文章校正を行う] チェック ボックスがオフになっている [文章校正] ダイアログ ボックス ([ツール] メニュー) を表示します。 文書に適用される場合、すべてのストーリー (ヘッダー、フッター、テキスト ボックスなど) がチェック対象になります。

適用対象