Package org.apache.poi.hslf.usermodel
Class HSLFSlideShowFactory
java.lang.Object
org.apache.poi.sl.usermodel.SlideShowFactory
org.apache.poi.hslf.usermodel.HSLFSlideShowFactory
Helper class which is instantiated by reflection from
SlideShowFactory.create(java.io.File)
and similar-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HSLFSlideShow
createSlideShow
(DirectoryNode root) Creates a HSLFSlideShow from the given DirectoryNodestatic HSLFSlideShow
Creates a HSLFSlideShow from the given NPOIFSFileSystem
-
Constructor Details
-
HSLFSlideShowFactory
public HSLFSlideShowFactory()
-
-
Method Details
-
createSlideShow
Creates a HSLFSlideShow from the given NPOIFSFileSystemNote that in order to properly release resources the SlideShow should be closed after use.
- Throws:
IOException
-
createSlideShow
Creates a HSLFSlideShow from the given DirectoryNodeNote that in order to properly release resources the SlideShow should be closed after use.
- Throws:
IOException
-