Does Aspose allow handling of nested MS Word comments?
Example: Now is the time for all good menwomen to come to the aid of their country.
Would like to be able to recognize nested comment to extract possibilities of the above. Examples: Now is the time for all good men to come to the aid of their country. or… Now is the time for all good women to come to the aid of their country.
Thanks.
Hi Jeff,
Thanks for your inquiry.
Could you attach a sample template here and perhaps the expected output and we will provide you some further feedback.
Thanks,
Adam, I sent you 2 e-mails. Thanks.
Hi Jeff,
Thanks for the additional information, I have recieved your attachment by mail.
Yes, this is what I thought you meant, I just wanted to clarify. Aspose.Words handles nested comments in this way. For example please see the image below which shows the structure of a sample nested comments in the DocumentExplorer demo (a free application which ships with the Aspose.Words.msi).
As you can see it is easy to check if a comment node is nested and what content belongs to which comment In this case the comment ID 1 is nested inside comment ID 0. The CommentRangeStart and CommentRangeEnd nodes encaplucates where the comment starts and ends in the document. The Comment node holds the actual content of the comment.
Thanks,
Perfect! Thanks, Adam.