Background
I've been working on an addin which inserts inline pictures but when a user changes the layout of the image to any of the floating layouts it becomes essentially invisible to Office js.
Question
Is it possible to get floating objects from the document via Office-js ?
inline and floating shapes are 2 different objects from the Word programmability perspective (and the file format itself). so the fact that a user transforms a picture from inline to floating has the immediate effect of not been part of the inlinePictures collection.
This will be mitigated in the future by adding floating images/shapes functionalities in the API.