从 Java 捕获 Microsoft Office PowerPoint 幻灯片更改事件?

发布于 2024-10-21 14:42:12 字数 150 浏览 1 评论 0原文

我见过很多可以操作 Microsoft Office PowerPoint 的库,但似乎没有一个具备我需要的功能。

如何捕获当前正在运行的演示文稿/幻灯片(全屏)中的事件?

我需要事件:SlideChangedEvent

I've seen a lots of libraries to manipulate over Microsoft Office PowerPoint but none of them seems to have the ability I need.

How can I catch events from currently running presentation/slideshow (that is full screen)?

I need event: SlideChangedEvent

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

凤舞天涯 2024-10-28 14:42:12

除非您通过 COM 自动执行 PowerPoint,否则无需捕获任何事件。它不是使用 PostMessage() 或 SendMessage() 进行消息广播;它是 COM 自动化接口的一部分。

Unless you're automating PowerPoint via COM, there's no event to catch. It's not a message broadcast using PostMessage() or SendMessage(); it's part of the COM automation interface.

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