I'm attempting to implement functionality to highlight some text within a Word document. I don't want to modify the document, much like when you perform a search with Find and Replace feature (and text matching your search is highlighted in yellow).
4 Comments
Sort By
- lindalu-MSFT
Microsoft
Status changed:NewtoCompleted - lindalu-MSFT
Microsoft
This has been released so closing. Thanks! Linda
- Yun_Wang
Microsoft
This has been addressed with 1.7 requirement set: Word JavaScript API requirement set 1.7 - Office Add-ins | Microsoft Learn
- capitomasCopper Contributor
Yeah I'm missing such a functionality as well. One could just select text programmatically and Word "highlights" it just like a user selects some text. But this enables only one portion of text at a time, since multiple selections are not supported.