Language.ActiveHyphenationDictionary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.