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

适用于