次の方法で共有


Language.SpellingDictionaryType プロパティ

定義

校正ツールの種類を設定または返します。 値の取得と設定が可能です。

public:
 property Microsoft::Office::Interop::Word::WdDictionaryType SpellingDictionaryType { Microsoft::Office::Interop::Word::WdDictionaryType get(); void set(Microsoft::Office::Interop::Word::WdDictionaryType value); };
public Microsoft.Office.Interop.Word.WdDictionaryType SpellingDictionaryType { get; set; }
member this.SpellingDictionaryType : Microsoft.Office.Interop.Word.WdDictionaryType with get, set
Public Property SpellingDictionaryType As WdDictionaryType

プロパティ値

注釈

このプロパティを使用すると、アクティブなスペル チェック 辞書を、Microsoft Wordで動作する使用可能なアドオン ディクショナリのいずれかに変更できます。 たとえば、標準の辞書の代わりに、法律や医学用の辞書などを使用できます。

SpellingDictionaryType プロパティには、定数のいずれかをWdDictionaryType指定できます。 選択またはインストールされている言語の設定 (たとえば、日本語) によって、これらのいくつかの定数が使用できない場合があります。

適用対象