Uses of Class
org.apache.poi.hslf.usermodel.HSLFSlideShow
Packages that use HSLFSlideShow
Package
Description
-
Uses of HSLFSlideShow in org.apache.poi.hslf.extractor
Constructors in org.apache.poi.hslf.extractor with parameters of type HSLFSlideShow -
Uses of HSLFSlideShow in org.apache.poi.hslf.model
Constructors in org.apache.poi.hslf.model with parameters of type HSLFSlideShow -
Uses of HSLFSlideShow in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFSlideShowModifier and TypeMethodDescriptionstatic HSLFSlideShow
HSLFSlideShowFactory.createSlideShow
(DirectoryNode root) Creates a HSLFSlideShow from the given DirectoryNodestatic HSLFSlideShow
HSLFSlideShowFactory.createSlideShow
(POIFSFileSystem fs) Creates a HSLFSlideShow from the given NPOIFSFileSystemHSLFSheet.getSlideShow()
Fetch the SlideShow we're attached toMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFSlideShowModifier and TypeMethodDescriptionprotected void
HSLFSheet.setSlideShow
(HSLFSlideShow ss) Set the SlideShow we're attached to.protected void
HSLFSlideMaster.setSlideShow
(HSLFSlideShow ss) Assign SlideShow for this slide master.