static SlideShow<?,?> |
SlideShowFactory.create(boolean XSLF) |
Create a new empty SlideShow, either XSLF or HSLF depending
on the parameter
|
static SlideShow<?,?> |
SlideShowFactory.create(File file) |
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given File, which must exist and be readable.
|
static SlideShow<?,?> |
SlideShowFactory.create(File file,
String password) |
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given File, which must exist and be readable, and
may be password protected
|
static SlideShow<?,?> |
SlideShowFactory.create(File file,
String password,
boolean readOnly) |
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given File, which must exist and be readable, and
may be password protected
|
static SlideShow<?,?> |
SlideShowFactory.create(InputStream inp) |
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given InputStream.
|
static SlideShow<?,?> |
SlideShowFactory.create(InputStream inp,
String password) |
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given InputStream, which may be password protected.
|
static SlideShow<?,?> |
SlideShowFactory.create(DirectoryNode root) |
Creates a SlideShow from the given DirectoryNode.
|
static SlideShow<?,?> |
SlideShowFactory.create(DirectoryNode root,
String password) |
Creates a SlideShow from the given DirectoryNode, which may
be password protected
|
static SlideShow<?,?> |
SlideShowFactory.create(POIFSFileSystem fs) |
Creates a HSLFSlideShow from the given POIFSFileSystem
|
SlideShow<S,P> |
SlideShowProvider.create() |
|
SlideShow<S,P> |
SlideShowProvider.create(File file,
String password,
boolean readOnly) |
|
SlideShow<S,P> |
SlideShowProvider.create(InputStream inp) |
|
SlideShow<S,P> |
SlideShowProvider.create(InputStream inp,
String password) |
|
SlideShow<S,P> |
SlideShowProvider.create(DirectoryNode root,
String password) |
|
SlideShow<S,P> |
Sheet.getSlideShow() |
|