I want to make a PowerPoint AddIn and I am searching for a way to get/retrieve the coordinate of an object (shape, textbox, picture, ...) on a PowerPoint slide using the JavaScript API for PowerPoint or Office JS. I know that it is possible using VBA, but I would like to use the Javascript API.
I already checked the documentation, sample codes in Script Lab and online, Youtube Tutorials, etc., but did not find any getter or property to get the coordinate of a given object.
Does anyone know a way how to get the coordinates?
Thanks in advance!