简体   繁体   English

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

[英]Catch Microsoft Office PowerPoint slide changed event from Java?

I've seen a lots of libraries to manipulate over Microsoft Office PowerPoint but none of them seems to have the ability I need. 我见过很多可以在Microsoft Office PowerPoint上进行操作的库,但是似乎它们都不具备我所需的功能。

How can I catch events from currently running presentation/slideshow (that is full screen)? 如何从当前运行的演示文稿/幻灯片(全屏)中捕获事件?

I need event: SlideChangedEvent 我需要事件: SlideChangedEvent

Unless you're automating PowerPoint via COM, there's no event to catch. 除非您通过COM自动执行PowerPoint,否则不会发生任何事件。 It's not a message broadcast using PostMessage() or SendMessage(); 这不是使用PostMessage()或SendMessage()广播的消息; it's part of the COM automation interface. 它是COM自动化界面的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM