Hi,
Hi Jason,
Thanks for your interest in Aspose.Slides.
I have observed the issue shared by you and like to suggest you to please try using Aspose.Slides for Java 7.5.0 on your end. Our another customer observed the same issue in this thread and we have shared the solution with him. Please try using the approach shared in the linked thread for your kind reference.
Many Thanks,
Hi Mudassir:
Hi Jason Wong,
Hi Mudassir,
pres.addBodySlide();
TextHolder holder = (TextHolder)pres.getSlides().get_Item(1).
getPlaceholders().get_Item(0);
holder.setFitShapeToText(true);//remove this code,the program is work.
holder.setText("test~");
pres.write(fileDir + "test.ppt");
Jason Wong.
Hi Jason Wong,
The issues you have found earlier (filed as SLIDESJAVA-33983) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Thank you! It’s work.