Borders not shown in Aspose.slides 2.7.0

Last post 11-29-2011, 5:51 AM by tahir.manzoor. 1 replies.
Sort Posts: Previous Next
  •  11-29-2011, 5:31 AM 345331

    Borders not shown in Aspose.slides 2.7.0 Java

    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

    But it's for 2.6.0

    What about slides 2.7.0?
     
  •  11-29-2011, 5:51 AM 345340 in reply to 345331

    Re: Borders not shown in Aspose.slides 2.7.0

    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.

    Best Regards,
    Tahir Manzoor
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
    Keep in touch! We're on Twitter and Facebook
     
View as RSS news feed in XML