Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFSlideShow
This class is a friendly wrapper on top of the more scary HSLFSlideShow.
|
Modifier and Type | Method and Description |
---|---|
static SlideShow<?,?> |
HSLFSlideShowFactory.createSlideShow(NPOIFSFileSystem fs)
Creates a HSLFSlideShow from the given NPOIFSFileSystem
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Class and Description |
---|---|
class |
XMLSlideShow
High level representation of a ooxml slideshow.
|
Modifier and Type | Method and Description |
---|---|
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 2018 The Apache Software Foundation or its licensors, as applicable.