Following code :
Describe the
Following code :
Describe the
Dear Ajitha,
"Unfortunately, currently Aspose.Words does not support inheritance a style from parent node(s) "
Hi
Thanks for your request. Svetlana is right, Aspose.Words does not support inheriting styles from parent elements in HTML.
In your particular case, formatting of text is specified on
element. But currently, Aspose.Words expects that font formatting is
set in , , or element, formatting of
paragraph – in or …
elements etc…
Your request has been linked to the appropriate issue, you will be notified as soon as it is resolved.
In your case your HTML should look like the following:
<html>
<body>
<p><i style="font-family: Arial; font-size: 10.0pt;">Describe the mission of the system in this section</i></p>
</body>
</html>
Best regards.
The issues you have found earlier (filed as WORDSNET-2021) have been fixed in this .NET update and this Java update.