Uses of Class
org.apache.poi.hslf.usermodel.HSLFSlide
-
Packages that use HSLFSlide Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFSlide in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFSlide Modifier and Type Method Description HSLFSlide
HSLFSlideShow. createSlide()
Create a blankSlide
.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 Modifier and Type Method Description java.util.List<HSLFSlide>
HSLFSlideShow. getSlides()
Returns an array of all the normal Slides found in the slideshow
-