Hi,
I am using the aspose.words.14.1.0 dll.
my html is as follows
The bullet list numbering does not increase when trying to enter a new bullet point within RadEditor. This needs to be verified.
----------------------------------------------------------
My code;
Document doc = new Document();
Aspose.Words.DocumentBuilder builder = new Aspose.Words.DocumentBuilder(doc);
builder.InsertHtml(Htmlcontent);
After this i check the comments collection the count is 0.
I am able to get the revisions by overriding the VisitRun method of documentvisitor class but no comments, as mentioned from the update the comments can be found in the footnote but it also returns empty.
thanks,
suraj