Hello,
I develop an application that marks text in .docx documents with comments.
In order for a successive analysis to not apply the same comment again, I want to store the coveredText of the comment as well as the sentence hidden in the .docx comment. Note, these are two properties which – in my use case – identify an annotation.
How can I store attributes in the comment .docx XML that the user does not see?