Is there an inbuilt way to get more information out of a Word document regarding its comments, e.g. where in the document (or: to which word fragments) they were added?
getDOMComments() returns a DOMDocument which could be analysed. The text of the document then also has to be analysed in order to find the references to the comments.Is this encapsulated by a higher level functionality of phpdocx?