Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/318.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否从Java捕获Microsoft Office PowerPoint幻灯片更改事件?_Java_Api_Ms Office_Powerpoint_Slideshow - Fatal编程技术网

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

是否从Java捕获Microsoft Office PowerPoint幻灯片更改事件?,java,api,ms-office,powerpoint,slideshow,Java,Api,Ms Office,Powerpoint,Slideshow,我见过很多库可以通过MicrosoftOfficePowerPoint进行操作,但似乎没有一个库具备我需要的能力 如何从当前运行的演示文稿/幻灯片(即全屏)中捕获事件 我需要事件:SlideChangedEvent除非您通过COM自动生成PowerPoint,否则不会捕获任何事件。它不是使用PostMessage()或SendMessage()进行的消息广播;它是COM自动化接口的一部分

我见过很多库可以通过MicrosoftOfficePowerPoint进行操作,但似乎没有一个库具备我需要的能力

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


我需要事件:SlideChangedEvent

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