org.apache.poi.hslf.usermodel
Class HSLFSlideShowFactory

java.lang.Object
  extended by org.apache.poi.sl.usermodel.SlideShowFactory
      extended by org.apache.poi.hslf.usermodel.HSLFSlideShowFactory

@Internal
public class HSLFSlideShowFactory
extends SlideShowFactory


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, hasOOXMLHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSLFSlideShowFactory

public HSLFSlideShowFactory()
Method Detail

createSlideShow

public static SlideShow<?,?> createSlideShow(NPOIFSFileSystem fs)
                                      throws java.io.IOException
Creates a HSLFSlideShow from the given NPOIFSFileSystem

Note that in order to properly release resources the SlideShow should be closed after use.

Throws:
java.io.IOException


Copyright 2016 The Apache Software Foundation or its licensors, as applicable.