I need to be able to get a non-inline image and be able to replace it and/or manipulate it. This feature is needed for a office add-in project that will be used in word and word online.
It would also be nice if text boxes could work the same in Word online as they do in Microsoft Word.
If i put a text box in my document and then open it in Word online, then the text box reacts like a image/shape. I obviously can't manipulate text or replace text in a image, so it would be nice if the API could manipulate text in a text box in word online like it can in Microsoft Word. This feature would also be used in the same project.
3 Comments
- Yun_Wang
Microsoft
Can you let me know the details of what add-in you are trying to build? What scenario will this add-in be built for?
- Yun_Wang
Microsoft
We now have textbox and shapes supported for desktop. https://learn.microsoft.com/en-us/javascript/api/requirement-sets/word/word-api-desktop-1.2-requirement-set?view=common-js-preview Can you see if your issue can be solved by this new requirement set?
Please note that Word online is not supported for now.
- Sjoerd112Brass Contributor
This does not solve my issue because i also need support for this in word online. but good to see that you guys are working on it. Thanks for the response