简体   繁体   English

Office Web Apps的JavaScript API

[英]JavaScript API for Office Web Apps

Is there a JavaScript API for Office Web Apps (specifically - Word Web App) that I can use in order to get notifications from the Word doc? 是否可以使用Office Web Apps(特别是Word Web App)的JavaScript API,以便从Word文档获取通知?

My scenario is this: 我的情况是这样的:

I have an ASP.NET application, in which I want to display a word document using the Word Web App (on premises). 我有一个ASP.NET应用程序,我想在其中使用Word Web App(本地)显示Word文档。 I would like to embed the document in the web page using iFrame (haven't tried it yet, hope it'll work...). 我想使用iFrame将文档嵌入到网页中(尚未尝试过,希望它能起作用...)。

I would like to get notification when the user saved the document, so that when this happens, I can remove the iFrame and display something else. 我想在用户保存文档时收到通知,以便在发生这种情况时,我可以删除iFrame并显示其他内容。

Is that possible? 那可能吗?

I recently read MSDN article on this - http://msdn.microsoft.com/en-us/magazine/jj891051.aspx . 我最近阅读了有关此的MSDN文章-http://msdn.microsoft.com/zh-cn/magazine/jj891051.aspx Hope that helps. 希望能有所帮助。

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

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