Aspose Slide Slide Show

Hi,

I have a problem when in paragraphs put text in chinese language, that text is translation of text on english in presentation1 slide 2, when I open presentation2 in Custom Slide Show order showing text in slide 2 is not good… This is my test:

public void test() throws Exception {

Presentation presentation = new Presentation(
“Presentation1.ppt”);

Slide slide = presentation.getSlideByPosition(2);

Shapes shapes = slide.getShapes();
int s = shapes.getCount();
shapes.get_Item(0).getTextFrame().getParagraphs().get_Item(0)
.setText(“顺普大学”);
shapes.get_Item(0).getTextFrame().getParagraphs().get_Item(1)
.setText(“教育成就你的未来”);
shapes.get_Item(1).getTextFrame().getParagraphs().get_Item(0)
.setText(“金属惰性气体电弧焊要求焊接技术人员具备基本技能;在了解基本知识的情况下可以:”);
shapes.get_Item(2).getTextFrame().getParagraphs().get_Item(0)
.setText(“安全作业”);
shapes.get_Item(2).getTextFrame().getParagraphs().get_Item(1)
.setText(“更好地查找并排除焊接问题”);
shapes.get_Item(2).getTextFrame().getParagraphs().get_Item(2)
.setText(“提高焊接效率”);
shapes.get_Item(3).getTextFrame().getParagraphs().get_Item(0)
.setText(“为何开展气体保护金属极电弧焊培训?”);


presentation.write(“Presentation2.ppt”);
}


Thanks

Hi Djordge,

Thanks for inquiring Aspose.Slides.

I have worked with the presentation file shared by you and have been able to reproduce the issue specified. It seems to be an issue with Aspose.Slides. I have created an issue with ID SLIDESJAVA-34128 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

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


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