Word处理应用程序 [英] Word Processoing Application

查看:155
本文介绍了Word处理应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在WPF C#

解决方案

中创建像Microsoft Word 2007这样的文字处理软件。显然,通过做一些编程。 :-)

WPF已经提供了几乎所有东西来实现这个目标。



我会建议你可以用来代表编辑的主类组件将是 System.Windows.Documents.FlowDocument 。请参阅:

http://msdn.microsoft .com / zh-cn / library / system.windows.documents.flowdocument.aspx [ ^ ],

http://msdn.microsoft.com/en-us/library/aa970909.aspx [ ^ ]。



你只需要创建菜单,工具吧,各种实用程序,可能是一些导入/导出,也许是一些脚本或插件API ...



-SA

How to create a word processing software like Microsoft Word 2007 in WPF C#

解决方案

Apparently, by doing some programming. :-)
WPF already provides almost everything to achieve this goal.

I would suggest the main class you could use to represent an editor component would be System.Windows.Documents.FlowDocument. Please see:
http://msdn.microsoft.com/en-us/library/system.windows.documents.flowdocument.aspx[^],
http://msdn.microsoft.com/en-us/library/aa970909.aspx[^].

You only need to create the menu, tool bars, all kinds of utilities, probably some import/export, maybe some scripting or plug-in API…

—SA


这篇关于Word处理应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆