Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
HSLFSlide |
HSLFSlideShow.createSlide()
Create a blank
Slide . |
HSLFSlide |
HSLFSlideShow.removeSlide(int index)
Removes the slide at the given index (0-based).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HSLFSlide> |
HSLFSlideShow.getSlides()
Returns an array of all the normal Slides found in the slideshow
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.