Need Some Clarification on Paragraph isDeleteRevision and isInsertRevision APIs

Hi,


I need some clarification on given two methods form aspose.words.Paragraph class.

1. isDeleteRevision()
2. isInsertRevision()
Does these methods return true if the entire paragraoh is deleted/inserted or if there are some run nodes in this paragraph which have been deleted/inserted?

Looking for your reply on this.

Thanks
Manisha

Hi Manisha,

Thanks for your inquiry. Please check following detail of isDeleteRevision and isInsertRevision.

Paragraph.IsDeleteRevision property returns true if this object was deleted in Microsoft Word while change tracking was enabled.

Paragraph.IsInsertRevision property returns true if this object was inserted in Microsoft Word while change tracking was enabled.

Run.IsInsertRevision property returns true if this object was inserted in Microsoft Word while change tracking was enabled.

Run.isDeleteRevision property returns true if this object was deleted in Microsoft Word while change tracking was enabled.

If you face any issue while using these properties, please share you document and code here for testing purposes.