从 Java 捕获 Microsoft Office PowerPoint 幻灯片更改事件?
我见过很多可以操作 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您通过 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.