在插件中使用标准 Office 图标
Use Standard Office Icons in an addin
我正在将现有的 VSTO 插件转换为 Office.js 插件。
VSTO 插件使用如下标准图标:
this.syncButton.OfficeImageId = "Refresh";
有没有办法在 office.js 应用程序中使用刷新图标和其他标准图标?
查看 Office UI Fabric 一组旨在与 Office UI 集成的样式(包括图标)。
对于功能区上的按钮,目前最好的资源是我们的图标design guidelines but there are no specific assets that you can reuse at this time. Please log a suggestion in UserVoice,我们可以考虑。谢谢你。
如果您正在寻找要在 HTML 画布中使用的图标,例如任务窗格,那么可以,Office UI Fabric 是最好的资源。
我正在将现有的 VSTO 插件转换为 Office.js 插件。
VSTO 插件使用如下标准图标:
this.syncButton.OfficeImageId = "Refresh";
有没有办法在 office.js 应用程序中使用刷新图标和其他标准图标?
查看 Office UI Fabric 一组旨在与 Office UI 集成的样式(包括图标)。
对于功能区上的按钮,目前最好的资源是我们的图标design guidelines but there are no specific assets that you can reuse at this time. Please log a suggestion in UserVoice,我们可以考虑。谢谢你。
如果您正在寻找要在 HTML 画布中使用的图标,例如任务窗格,那么可以,Office UI Fabric 是最好的资源。