[PowerPoint javascript API] Add API method for moving images between slides

[PowerPoint javascript API] Add API method for moving images between slides
3

Upvotes

Upvote

 Sep 21 2023
0 Comments 
New

Currently using Office js API it is not possible to move object between slide without removing it and inserting again on different slide resulting in shapeId change.

 

Would it be possible to add an API method for moving images between slides?

 

use case: User wants to move imported image to a different slide, he cannot copy and paste it to a different slide as shapeId would change and we'd lose track of this object in the add-in