Is it possible to modify the thumbnail view? Normally in the default view of a presentation, the slides are shown on the right (or middle if 'image options' etc. is selected), and a scrollable list of numbered slide thumbnails is shown on the left. Is it possible to get access to this scrolling list? Specifically, I want to add icons below the number (e.g. 'skip / print / priority', etc.)
Google Slides: modifying the thumbnail view
3.9k Views Asked by Paul Wakelin At
1
There are 1 best solutions below
Related Questions in GOOGLE-SLIDES-API
- Google slide, Invalid requests[0].replaceAllShapesWithImage: The operation is not allowed on notes page element g19e33b833f_2_9
- 403 error with message "Google Slides API has not been used in project ... before or it is disabled"
- Error thrown during batchUpdate for createImageRequest
- Image from Google Drive to Google Slides via DriveApp.getFileById
- Google Slides: modifying the thumbnail view
- Google Slides API replace the image but not remained its photograph and size
- Is there no Google Player API for Google Slides?
- Python Google Slides API - Adjust table width and height to fit inside the page
- Google Script `SlidesApp.openById` or `SlidesApp.openByUrl` returning empty object `{}`
- Google Slides API- How to change text color for all shapes of a certain color
- With the Google Slides API is there a ways to know the height of the text in a shape?
- Google Slides API: Intermittent "There was a problem retrieving the image." error from CreateImage request
- Non-Editable Timestamps in Google Slides based on creation of a new slide in a presentation
- Google Cloud API (sheet, slides) Quotas with Service Account
- Images saved through slides API aren't editable in presentation?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
So far what I understand in your question is to use Method: presentations.batchUpdate. Where you need to customized your presentation as a whole.
Try also to explore REST Resource: presentations.pages. You will need the relevant information from here to organized a specific page from your presentation.
Just explore the page and I think you get essential details from there.
Hope it helps.