Apache POI Reorder SlideTo reorder the powerpoint slides, Apache POI provides a method setSlideOrder(). This method switched slides by slide's positions. It is easy way and can handle by using Java program. Lets see an example in which we are reordering first slide with the second slide. Apache POI Reorder Slide ExampleOutput: Before Reordering ![]() After Reordering, See second slide is reached at first position. ![]()
Next TopicApache POI Powerpoint Page Size
|