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 HSLFSlideHSLFSlideShow. createSlide()Create a blankSlide.HSLFSlideHSLFSlideShow. 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 List<HSLFSlide>HSLFSlideShow. getSlides()Returns an array of all the normal Slides found in the slideshow
-