Language.ActiveHyphenationDictionary Property

Definition

Returns a Dictionary object that represents the active hyphenation dictionary for the specified language.

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

Property Value

Remarks

If there's no hyphenation dictionary installed for the specified language, this property returns Nothing.

Applies to