Java org.apache.poi.sl.usermodel SlideShowFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.sl.usermodel SlideShowFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.sl.usermodel SlideShowFactory.

The text is from its open source code.

Method

SlideShowcreate( POIFSFileSystem fs)
Creates a SlideShow from the given POIFSFileSystem.
SlideShowcreate( final DirectoryNode root)
Creates a SlideShow from the given DirectoryNode.
SlideShowcreate( InputStream inp)
Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.
SlideShowcreate( File file)
Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.