Language.ActiveHyphenationDictionary プロパティ

定義

指定した言語の Dictionary アクティブなハイフネーション ディクショナリを表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::Dictionary ^ ActiveHyphenationDictionary { Microsoft::Office::Interop::Word::Dictionary ^ get(); };
public Microsoft.Office.Interop.Word.Dictionary ActiveHyphenationDictionary { get; }
member this.ActiveHyphenationDictionary : Microsoft.Office.Interop.Word.Dictionary
Public ReadOnly Property ActiveHyphenationDictionary As Dictionary

プロパティ値

注釈

指定した言語に対してハイフネーション ディクショナリがインストールされていない場合、このプロパティは Nothing を返します。

適用対象