What#39;s the best word processing component for .NET(.NET 最好的文字处理组件是什么)
问题描述
我正在寻找一个用于 .NET 的文字处理组件,它的作用类似于我的 WinForm/WPF .NET 应用程序中的嵌入式 MS Word.主要目标是让用户能够创建格式丰富的文本.我真的不想编写高度自定义的 RichTextBox 组件.有什么建议吗?
I'm looking for a word processing component for .NET that would act like an embedded MS Word in my WinForm/WPF .NET app. The main goal being for users to be able to create rich formatted text. I don't really want to have to write a highly custom RichTextBox component. Any suggestions?
推荐答案
我们正在为 .Net 使用 TXTextControl 版本 14,对此我们感到非常高兴.它具有您可以提出的所有积极要求:便宜、支持良好、与最新的 Word 版本保持同步、速度快且不占用内存或资源.包含的文字处理器示例是非常好的代码,我们在大约 1 天的工作中将其转换为适当的文字控件",并在另一天将其包含在我们的解决方案中,因此使用它也非常简单,即使它有很多的功能.
从 http://www.textcontrol.com/
We're using the TXTextControl release 14 for .Net and we're very happy about it. It has all the positive things you can ask: cheap, well supported, up to date with latest Word releases, fast and not really hungry for memory or resources. The included word processor sample is very good code and we converted it in a proper "word control" in about 1 day of work and included it in our solution in another day, so also using it is very simple, also if it has a lot of features.
Download it from http://www.textcontrol.com/
这篇关于.NET 最好的文字处理组件是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.NET 最好的文字处理组件是什么


- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01