|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSLFSlide | |
---|---|
org.apache.poi.hslf.usermodel |
Uses of HSLFSlide in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return HSLFSlide | |
---|---|
HSLFSlide |
HSLFSlideShow.createSlide()
Create a blank Slide . |
HSLFSlide |
HSLFSlideShow.removeSlide(int index)
Removes the slide at the given index (0-based). |
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFSlide | |
---|---|
java.util.List<HSLFSlide> |
HSLFSlideShow.getSlides()
Returns an array of all the normal Slides found in the slideshow |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |