简体   繁体   English

有没有办法使用谷歌应用脚本识别谷歌演示文稿中的隐藏幻灯片?

[英]Is there a way to identify a hidden slide in a google presentation using google apps script?

In C#, the code is Slides[].SlideShowTransition.Hidden .在 C# 中,代码为Slides[].SlideShowTransition.Hidden Can anyone tell me the google script alternative for the same?谁能告诉我同样的谷歌脚本替代品?

After doing some research I see that SlideShowTransition is a property of the VBA Office API for Microsoft Powerpoint.经过一些研究,我发现SlideShowTransition是 Microsoft Powerpoint 的 VBA Office API 的属性。

Unfortunately, there is currently no method that exists in the Slides API, nor in Apps Script, that allows the viewing, editing or changing of transitions between slides in this manner.不幸的是,目前在 Slides API 和 Apps Script 中不存在允许以这种方式查看、编辑或更改幻灯片之间的过渡的方法。

I would suggest that if you want to see the implementation of this feature, you can head to Google's Issue Tracker and submit a feature request for this so it is made aware that users are wanting a feature like this.我建议,如果您想查看此功能的实现,您可以前往 Google 的问题跟踪器并为此提交功能请求,以便了解用户想要这样的功能。 You can submit a Feature Request with the correct Component here .您可以在此处提交带有正确组件的功能请求。

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

相关问题 有什么方法可以从 C# 编辑谷歌幻灯片演示文稿 - is there any way to edit google slides presentation from c# 识别Google驱动器网址的最佳方法是什么? - What is the best way to Identify Google drive url? 使用.net的Google Drive SDK从Google Drive检索仅演示文件 - Retrive Only Presentation file from Google Drive using Google drive SDK using .net 如何允许其他用户在 Google Apps 脚本上执行脚本 - How to allow other user to execute script on Google Apps Script 在Google Apps和ASP.net应用程序中使用Google联合登录 - Using Google federated login with Google Apps and ASP.net application 如何使用 Google API 版本 2 在 Google Apps 日历中添加“附件”? - How to add "Attachment" in Google Apps Calendar using Google API version 2? Google Apps脚本调用MVC控制器未正确序列化 - Google Apps Script calling MVC Controller not Serializing Correctly Google Apps 供稿 Google API - Google Apps feed Google API 使用Open XML SDK将幻灯片从一个演示文稿复制到另一个演示文稿 - Copying a slide from one presentation to another using Open XML SDK 如何识别 PowerPoint 中的演示文稿? - How to identify a presentation in PowerPoint?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM