问题标签 [powerpoint-addins]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Add custom XML using C# VSTO addon
I am very new to VSTO addon development and C# also. I'm having the below code.
Once click the button_1 I want to add some custom xml into presentation. And I don't know how to run this code and how to get the Powerpoint and Office class parts.
I taken those code from ms-office docs. Can anyone help me with this? How can I insert the custom XML into the powerpoint file.
visual-studio - Microsoft 验证测试失败:1100.7.3 重复报价
我创建了两个 Office 365 Web 插件,可将我的办公文档(.pptx 和 .xlsx)上传到我们的文档管理系统。当我尝试在 Microsoft Appsource 上发布两者时;我收到了这个失败的报告说明
易于识别
1100.7.3 重复报价 您的报价与您之前提交的报价重复:DMS Addin For Excel。市场不接受此优惠。
我想知道如何解决这个问题?一个插件可以上传powerpoint和excel文件吗?如果是,请建议任何参考来排序它?
office-addins - 使用 setSelectedDataAsync Office.CoercionType.Image 时最大文件大小是多少
我们正在使用 setSelectedDataAsync 构建 MS Office 插件,以将图像插入 Word / Powerpoint 文档。我们注意到插入大图像会导致此方法抛出异常。我们找不到任何解释此方法的最大文件大小的文档。有谁知道最大图像文件大小是多少?
c# - 打开应用程序时无法获取 powerpoint 和 excel 的元数据
打开应用程序时我无法获取 powerpoint 和 excel 的元数据,但我可以在 word 文件中获取元数据信息。如何在首次启动时获取 excel 和 powerpoint 的元数据信息
c# - 在 PPT 文件中创建一个 XLSX 文件
我正在开发一个 Powerpoint 插件,我需要将元数据保存到 EXCEL 文件中。而且我不想创建单独的文件并链接它。我正在使用c#
withVSTO
作为我的插件。
我想在 PPT 文件中创建一个 EXCEL 文件。那可能吗?如果是,任何人都可以指导我完成它吗?
c# - 如何防止水印在 Office 插件中删除其更改
我使用此代码将水印添加到活动文档中。用户可以更改此水印。如何防止水印被更改或删除?仅由 Office 加载项替换和删除,如何执行此操作
powerpoint - Powerpoint 宏无法在 64 位 Powerpoint 上运行
使用 Powerpoint 插件/宏的完整新手。继承了员工使用的这个宏,很痛苦,因为它只适用于 32 位办公室,我们正在尝试使用 64 位办公室来支持。我允许这个插件在 64 位办公室上工作的步骤是什么?我相信这个插件只是用来调整图像的大小,所以当他们创建 powerpoint 时,它们可以是统一的并遵循一种格式。
谢谢。
powerpoint - 获取 PowerPoint 加载项上的当前选择
我正在为 PowerPoint 开发一个插件,用于在文档中插入图像。我目前能够插入图像,但我不能做的是替换当前选定的图像。
因此,例如,想象一下:
- 用户在空白幻灯片中添加了加载项上可用的图像
- 然后,他选择了此图像并希望将其替换为插件中也可用的另一个图像。
- 他单击/选择幻灯片图像,然后单击要替换的加载项内的图像。
问题是我无法通过 Office API 获得他的选择。有人能帮我吗?
我当前的代码如下所示: