Hi,
Text in a P tag
Test Div
One | two |
Hi,
Text in a P tag
Test Div
One | two |
Hi Karan,
Thanks for your inquiry.
The latest version of Aspose.Words i.e. 13.8.0 supports importing style elements specified via “class” attribute on HTML paragraph elements. However, the HTML import engine currently does not fully support styles on div nodes during importing HTML into Aspse.Words’ DOM. I have logged this issue in our bug tracking system as WORDSNET-8921 . Your request has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.
Secondly, I think, you need to implement INodeChangingCallback interface if you want to change values of the objects i.e. being inserted via InsertHtml method. As you go with the insertion of different HTML tags, you can track which nodes are currently being inserted and hence can modify the behavior at runtime.
Best regards,
Hi Karan,
The issues you have found earlier (filed as WORDSNET-8921) have been fixed in this .NET update and this Java update.