I added Slide.getTitle() which returns title of a slide. Title is a text run of type TextHeaderAtom.CENTER_TITLE_TYPE or TextHeaderAtom.TITLE_TYPE. With this method it is easier to write testcases to control the order of slides. Just follow the pattern in TestSlideOrdering.testTitles() if you have more files to test. Yegor
Created attachment 18550 [details] the patch for Slide.getTitle()
Created attachment 18551 [details] test case to control the order of slides
Created attachment 18552 [details] org.apache.poi.hslf.model.Slide.java
Great, thanks for this. I'll try to commit tonight (your committer account should appear soon after Andy gets back)
Thanks for this Yegor, committed