Question about Presentation.getSlides() methods

Hi,
Is this call
com.aspose.slides.Presentation.getSlides()
Returns the slides in the same order as in PPT document?
Is that guaranteed?

-Satya

Hi Satya,


Thanks for inquiring Aspose.Slides.

I have observed the requirements shared by you and like to share that Presentation.getSlides() method returns the slides collection in order it is appearing in the PowerPoint presentation. Also, there is slide number property associated with every slide that you can use to verify the slide number as well.

Many Thanks,