@Internal public class HSLFSlideShowFactory extends SlideShowFactory
SlideShowFactory.create(java.io.File) and similar| Constructor and Description |
|---|
HSLFSlideShowFactory() |
| Modifier and Type | Method and Description |
|---|---|
static HSLFSlideShow |
createSlideShow(DirectoryNode root)
Creates a HSLFSlideShow from the given DirectoryNode
|
static HSLFSlideShow |
createSlideShow(POIFSFileSystem fs)
Creates a HSLFSlideShow from the given NPOIFSFileSystem
|
public static HSLFSlideShow createSlideShow(POIFSFileSystem fs) throws java.io.IOException
Note that in order to properly release resources the SlideShow should be closed after use.
java.io.IOExceptionpublic static HSLFSlideShow createSlideShow(DirectoryNode root) throws java.io.IOException
Note that in order to properly release resources the SlideShow should be closed after use.
java.io.IOExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.