为2016年办公室开发插件 [英] Developing addin for office 2016

查看:86
本文介绍了为2016年办公室开发插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在内容控件中打开弹出窗口单击办公文档。可以在word office 2016中打开内容控件上的弹出页面点击。是否有任何函数/事件?

I want to open popup at content control click in office document. Is possible in word office 2016 to open popup page at content control click. Is there any function/event for this??

推荐答案

您好,

如果您正在开发Word添加-in使用Office JavaScript API,我认为你可以使用

Binding。 bindingSelectionChanged事件
。请注意,目前仅支持富文本内容控件。

If you are developing a Word Add-in using Office JavaScript API, i think you could use Binding.bindingSelectionChanged event. Please notice only rich text content controls are supported currently.

如果您正在开发VSTO加载项,则可以处理
ContentControlBase
输入
活动
。有关详细信息,请访问
内容控制

If you are developing VSTO add-in, you could handle ContentControlBase.Entering Event. For more information, please visit Content Controls

问候,

Celeste


这篇关于为2016年办公室开发插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆