static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(java.io.File file) |
Creates the appropriate HSLFSlideShow / XMLSlideShow from
the given File, which must exist and be readable.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
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 <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
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 <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(java.io.InputStream inp) |
Creates the appropriate HSLFSlideShow / XMLSlideShow from
the given InputStream.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
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 <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(DirectoryNode root) |
Creates a SlideShow from the given NPOIFSFileSystem.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(DirectoryNode root,
java.lang.String password) |
Creates a SlideShow from the given NPOIFSFileSystem, which may
be password protected
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(POIFSFileSystem fs) |
Creates a SlideShow from the given NPOIFSFileSystem.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> SlideShow<S,P> |
SlideShowFactory.create(POIFSFileSystem fs,
java.lang.String password) |
Creates a SlideShow from the given NPOIFSFileSystem, which may
be password protected
|
SlideShow<S,P> |
Sheet.getSlideShow() |
|