|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.sl.usermodel.SlideShowFactory
org.apache.poi.hslf.usermodel.HSLFSlideShowFactory
@Internal public class HSLFSlideShowFactory
Helper class which is instantiated by reflection from
SlideShowFactory.create(java.io.File)
and similar
Constructor Summary | |
---|---|
HSLFSlideShowFactory()
|
Method Summary | |
---|---|
static SlideShow<?,?> |
createSlideShow(NPOIFSFileSystem fs)
Creates a HSLFSlideShow from the given NPOIFSFileSystem |
Methods inherited from class org.apache.poi.sl.usermodel.SlideShowFactory |
---|
create, create, create, create, create, create, create, createHSLFSlideShow, createSlideShow, createXSLFSlideShow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSLFSlideShowFactory()
Method Detail |
---|
public static SlideShow<?,?> createSlideShow(NPOIFSFileSystem fs) throws java.io.IOException
Note that in order to properly release resources the SlideShow should be closed after use.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |