The issue with ppt.reorder(...) seems to be a bug. Can you open a bug in bugzilla and attach sample code to reproduce
the problem?
It looks like you need ppt.createSlide(int slideNum). This method would create a new slide and insert it after the
specified slide number. I will see if it can be easily added.
Yegor
I would like to ask you about hslf slide ordering. I have a template
presentation which I change according to the data generated from Oracle.
Since there is a table which doesn't fit to one slide I need to insert
a new slide after the slide with the beginning of the table. I have
tried it using ppt.createSlide() and then ppt.reorder(...). But it seems
that the reorder function destroys the presentation and it is not possible
to open it. I was thinking also about creating a new presentation and
copy there the slides in the different order, but I was not able to
copy the slides.
Could you please write me if there is any possibility to do it?
Thank you very much,
Roman Durdik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]