@Internal public class HSLFSlideShowFactory extends SlideShowFactory
SlideShowFactory.create(java.io.File)
and similarSlideShowFactory.CreateSlideShow1<T>, SlideShowFactory.CreateSlideShow2<T,U>
createHslfByNode, createHslfByPoifs, createXslfByFile, createXslfByStream
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
POIFSFileSystem |
public static HSLFSlideShow createSlideShow(POIFSFileSystem fs) throws java.io.IOException
POIFSFileSystem
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 2020 The Apache Software Foundation or its licensors, as applicable.