Get slide index or visibility state of PowerPoint content addin (Office.js)

老子叫甜甜 提交于 2019-11-29 16:02:10

At present, the PowerPoint client seems return the active slide instead of the parent slide since the function “getSelectedDataAsync” is asynchronous.

is there a way to more or less reliably determine the containing slide index, the way that works in both web and desktop versions of PowerPoint?

As far as I know, there is no API to return the slide which contains the content app. And if you want the Office add-in support this API, you can submit the feedback from here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!