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).
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).
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.
This has been addressed with 1.7 requirement set: Word JavaScript API requirement set 1.7 - Office Add-ins | Microsoft Learn
This has been released so closing. Thanks! Linda
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.