In Google Slides, it is possible to skip a slide manually by right clicking on it and selecting "Skip slide". In that case, the slide will not show up when being presented.
I cannot seem to recreate this programmatically with Google Apps Script. Does this function exist, or is there any workaround here?
Open a presentation in Google Slides. In the top right corner, click Slideshow . Auto advance options. Choose how quickly to advance your slides.
Skipping slides via Slides API is not available at the moment.
There is feature request https://issuetracker.google.com/issues/112692346 you can "star" it.
Since the original answer to this question there are now two methods available to the Slide
.
isSkipped() - returning true or false
setSkipped(boolean) - Set as true
to skip the slide in the presentation mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With