自动化 Word 插件

发布于 2024-09-08 14:31:40 字数 140 浏览 7 评论 0原文

我们计划自动化 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桃扇骨 2024-09-15 14:31:40

查看 Office Open XML 以及 Office API

http: //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's

http://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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文