简体   繁体   中英

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.

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

I need event: SlideChangedEvent

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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