简体   繁体   中英

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 . 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.

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.

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. You can submit a Feature Request with the correct Component here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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