@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 IOException
Note that in order to properly release resources the SlideShow should be closed after use.
IOExceptionpublic static HSLFSlideShow createSlideShow(DirectoryNode root) throws IOException
Note that in order to properly release resources the SlideShow should be closed after use.
IOExceptionCopyright 2019 The Apache Software Foundation or its licensors, as applicable.