运行此代码:
_app = new Word.Application();
Word.SpellingSuggestions listOfSuggestions = _app.GetSpellingSuggestions(theWord, Missing.Value, Missing.Value, "Spanish (Mexico)");
抛出此异常:找不到校对工具
- 我使用 Word 对象库 12(应该是 Word 2007)
- 省略 MainDictionary 参数没有任何区别
- 指定 wdMexicanSpanish 也不起作用
- 拼写检查非常适用于 Word 本身的英语和西班牙语。
有什么问题?