自动化 Word 插件
我们计划自动化 Word 文档中可用的不同插件。
使用 C#,我们需要与给定插件中可用的文本框、按钮和其他控件进行交互。有什么办法可以自动化执行此操作吗?
该解决方案应适用于 Word 2003 和 Word 2003。 2007年。
We are planning to automate the different plug-ins available in a Word document.
Using C#, we need to interact with textbox, buttons and other controls available in a given plug-in. Is there any way to automate this?
The solution should work with both Word 2003 & 2007.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Office Open XML 以及 Office APIhttp: //support.microsoft.com/kb/840817
很抱歉提供了不相关的链接,我通读了它并认为它是 Word API 的概述。这是有关以编程方式与 Word 交互的更相关链接。
http://www.c-sharpcorner.com/UploadFile/amrish_deep/ WordAutomation05102007223934PM/WordAutomation.aspx
Check out the Office Open XML as well as the Office API'shttp://support.microsoft.com/kb/840817
Sorry for the irrelevant link, I read through it and thought it was an overview for Word API. Here is a more relevant link about interacting with Word programattically.
http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.aspx