Word Formatting Bold and Italic

Hallo everybody
I get the following html source, which I insert in Aspose.Word. The problem is, that the Output is only bold.

<p style="text-decoration: underline">
<strong>Target 3</strong>
</p>

Thanks for helping,
Matt

Hi Markus,

Thanks for your inquiry. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, I have logged this feature request as WORDSNET-7528 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

Hi Markus,

Further to my last reply, the workaround of this issue is, please apply the text style like “text-decoration” to the elements of the paragraph as shown below. Please do not apply the text style to paragraph itself.

<strong style='text-decoration: underline'>Target 3</strong >

This will solve the shared issue. Please let us know if you have any more queries.

The issues you have found earlier (filed as WORDSNET-7528) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.