I have defined the google slides presentation and the specific slide therein.
var MainSlideSheet = SlidesApp.openByUrl('xxxxxxx');
var Slide1 = MainSlideSheet.getSlides()[0];
Now for every shape/ element within that slide, I want to know its index number. How could this be done in Apps Script?