PowerPoint command like insert slide or apply theme equivalent on Office javascript API

微笑、不失礼 提交于 2019-12-10 09:46:40

问题


I'm developing a PowerPoint add-in and in future, it will be publish in Office Store. But it is VSTO project (C# and winforms) which could not be publish. Based on my search, it must be Office Web Add-in project (manifest xml and web pages).

I'm trying to convert my development from VSTO to Office Web Add-in but some of functionalities like open presentation, insert slide and apply theme aren't found on the Office.js.

Is there equivalent functions in Office.js? or other way?

Hopefully someone share their ideas about it. Thanks in Advance.


回答1:


This is currently no way to execute these actions (insert slide, apply theme, open document) in PowerPoint using Web Add-ins. PowerPoint currently only leverages a limited set of APIs.



来源:https://stackoverflow.com/questions/42060429/powerpoint-command-like-insert-slide-or-apply-theme-equivalent-on-office-javascr

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