Uses of Class
org.apache.poi.hslf.usermodel.HSLFSlideShow
-
Packages that use HSLFSlideShow Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFSlideShow in org.apache.poi.hslf.model
Constructors in org.apache.poi.hslf.model with parameters of type HSLFSlideShow Constructor Description HeadersFooters(HSLFSlideShow ppt, short headerFooterType) -
Uses of HSLFSlideShow in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFSlideShow Modifier and Type Method Description HSLFSlideShowHSLFSlideShowFactory. create()Create a new empty SlideShowHSLFSlideShowHSLFSlideShowFactory. create(File file, String password, boolean readOnly)HSLFSlideShowHSLFSlideShowFactory. create(InputStream inp)HSLFSlideShowHSLFSlideShowFactory. create(InputStream inp, String password)HSLFSlideShowHSLFSlideShowFactory. create(DirectoryNode root, String password)Creates a HSLFSlideShow from the given DirectoryNodestatic HSLFSlideShowHSLFSlideShowFactory. createSlideShow(POIFSFileSystem fs)Creates a HSLFSlideShow from the givenPOIFSFileSystemHSLFSlideShowHSLFSheet. getSlideShow()Fetch the SlideShow we're attached toMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFSlideShow Modifier and Type Method Description protected voidHSLFSheet. setSlideShow(HSLFSlideShow ss)Set the SlideShow we're attached to.protected voidHSLFSlideMaster. setSlideShow(HSLFSlideShow ss)Assign SlideShow for this slide master.
-