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 最好的文字处理组件是什么
基础教程推荐
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01