Double underline in table cell text

We are using 8.5 and use the following code to generate a text with double underline.

cell.getTextFrame().getParagraphs().get_Item(0).getPortions().get_Item(0).setFontUnderline(TextUnderlineTypeEx.Double);


However, the result is a single underline. See attachment Windows_XP_Professional 4.png

If we change the code to
cell.getTextFrame().getParagraphs().get_Item(0).getPortions().get_Item(0).setFontUnderline(TextUnderlineTypeEx.DoubleWavy);

then the result is correct. See attachment Windows_XP_Professional 5.png

Hi Raymond,

Thank you for the details.

I am able to reproduce your mentioned issue after an initial test. Your issue has been registered in our issue tracking system with issue id: SLIDESJAVA-34598. You will be notified via this forum thread once the issue gets resolved.

Thanks & Regards,

Hi Owais,


May I know what is the timeline for fixing the issue? We need this issue fixed for production go-live.

Hi Raymond,

Well, the issue has been fixed but it will the part of Aspose.Slides for Java v14.9.0 which is scheduled to be released in early December 2014. You will be notified via this forum thread once the release is available for download.

Thanks & Regards,

The issues you have found earlier (filed as SLIDESJAVA-34598) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.