Uses of Interface
org.apache.poi.sl.usermodel.SlideShow

Packages that use SlideShow
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of SlideShow in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement SlideShow
 class HSLFSlideShow
          This class is a friendly wrapper on top of the more scary HSLFSlideShow.
 

Methods in org.apache.poi.hslf.usermodel that return SlideShow
static SlideShow<?,?> HSLFSlideShowFactory.createSlideShow(NPOIFSFileSystem fs)
          Creates a HSLFSlideShow from the given NPOIFSFileSystem
 

Uses of SlideShow in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return SlideShow
static SlideShow<?,?> SlideShowFactory.create(java.io.File file)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.
static SlideShow<?,?> SlideShowFactory.create(java.io.File file, java.lang.String password)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protected
static SlideShow<?,?> SlideShowFactory.create(java.io.File file, java.lang.String password, boolean readOnly)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protected
static SlideShow<?,?> SlideShowFactory.create(java.io.InputStream inp)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.
static SlideShow<?,?> SlideShowFactory.create(java.io.InputStream inp, java.lang.String password)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream, which may be password protected.
static SlideShow<?,?> SlideShowFactory.create(NPOIFSFileSystem fs)
          Creates a SlideShow from the given NPOIFSFileSystem.
static SlideShow<?,?> SlideShowFactory.create(NPOIFSFileSystem fs, java.lang.String password)
          Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected
protected static SlideShow<?,?> SlideShowFactory.createHSLFSlideShow(java.lang.Object... args)
           
protected static SlideShow<?,?> SlideShowFactory.createSlideShow(java.lang.String factoryClass, java.lang.Object[] args)
           
protected static SlideShow<?,?> SlideShowFactory.createXSLFSlideShow(java.lang.Object... args)
           
 SlideShow<S,P> Sheet.getSlideShow()
           
 

Uses of SlideShow in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement SlideShow
 class XMLSlideShow
          High level representation of a ooxml slideshow.
 

Methods in org.apache.poi.xslf.usermodel that return SlideShow
static SlideShow<?,?> XSLFSlideShowFactory.createSlideShow(java.io.File file, boolean readOnly)
          Creates the XMLSlideShow from the given File, which must exist and be readable.
static SlideShow<?,?> XSLFSlideShowFactory.createSlideShow(java.io.InputStream stream)
          Creates a XMLSlideShow from the given InputStream
static SlideShow<?,?> XSLFSlideShowFactory.createSlideShow(OPCPackage pkg)
          Creates a XMLSlideShow from the given OOXML Package
 



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