Borders not shown in Aspose.slides 2.7.0

Hi, I need to draw custom color table border in ppt table. But it's don't work.

A simple example.


public static void main(String arg[]){
Presentation pres = new Presentation( );
Slides slides = pres.getSlides();
for(int i=0;i < slides.size(); i++){
Table aTable = slides.get( i ).getShapes().addTable( 10,10,10,10,10,10 );
aTable.setBorders( 3, Color.BLACK );
}
pres.save( "test.ppt", SaveFormat.PPT );
}

border are not shown in Aspose.slides 2.7.0, but in slides 2.2.0 border shown

I saw this issue <a href="https://forum.aspose.com/t/85402</a></div><div>But it's for 2.6.0</div><div><br></div><div>What about slides 2.7.0?</div>

Hi Vasiliy,

Thanks for your interest in Aspose.Slides.

I have tested the issue shared by you and I am able to reproduce the same problem. An issue with ID SLIDESJAVA-32116 already exists in our issue tracking system. This thread has also been linked with the same issue, so that you may be automatically notified, once the issue is resolved.

Please use Aspose.Slides for Java 2.5.0 at the moment to work with table’s border.

We apologize for your inconvenience.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan