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一。 由于选择或安装的语言支持(例如美国英语)不同,有些常量可能无法使用。

适用于