@Internal public class HSLFSlideShowFactory extends SlideShowFactory
SlideShowFactory.create(java.io.File)
and similarConstructor 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.IOException
public 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.IOException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.