是否有任何工具可以处理 Silverlight RichTextBox 中的拼写检查?
我正在寻找用于在 Silverlight 4 的 RichTextBox 中处理拼写检查的任何工具或良好的解决方案。有谁知道现有的解决方案或实现对此控件的拼写检查支持的好方法?
I am looking for any tool or good solution for handling spell check in the RichTextBox for Silverlight 4. Does anyone know of an existing solution or a good way to implement spell checking support for this control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您应该看看 Vectorlight 的这个免费富文本编辑器。包括拼写检查器。
You should take a look at this Free Rich Text Editor from Vectorlight. Includes a spell checker.
Developers Express 正在发布一个与 Silverlight RichTextBox 配合使用的拼写检查器。它刚刚发布了 2011.1 版本的测试版,最终版本应该会在几周内发布。
Developers Express are releasing a Spell Checker that works with the Silverlight RichTextBox. It has just been released in beta for version 2011.1, the final release should be in a few weeks time.
也许最好的途径是第三方组件。例如,Telerik 的 RadRichTextBox 支持拼写检查,其体验类似于 WPF 中的 RichTextBox - 具有不正确单词的下划线、带有建议的上下文菜单、自定义词典等。还有类似于 Microsoft Word 中的拼写检查对话框。
Maybe the best route is a third-party component. For example, Telerik's RadRichTextBox supports spell checking with experience similar to the RichTextBox from WPF - with underlines for incorrect words, context menu with suggestions, custom dictionaries, and so on. There is also spell checking dialog similar to the one found in Microsoft Word.
SpellLight 是一个轻量级库,可让您针对 Google API 进行拼写检查。
SpellLight is a lightweight library which will let you do the spell checks against Google APIs.