Reputation: 16553
For my Word add-in, I'd like to edit the text of the Word document with track changes.
It seems that one solution could be:
getooxml
to get XML representationins
and del
tagsinsertooxml
to update the Word documentIs there a better way of doing this? I'm concerned about accidentally corrupting the Word document.
Upvotes: 0
Views: 523
Reputation: 93
There is currently no way to access the Track Changes feature with the Office JavaScript APIs.You can vote for the suggestion at Add change tracking API.
Also if you can explain "edit the text of the Word document with track changes." ,you want to edit or track ?
Upvotes: 1