google-apps-scriptgoogle-slides

How to identify parts of a vector image on Gslides in apps script?


I'd like to work with vector images on slides. Using chrome developer tools to find the id of the various shapes making up an image is just not practical - can anyone suggest a better method?


Solution

  • Think I've sorted it. I just needed to refer to the masterSlideLayouts array instead of using trying to use the id from the url.