| Package | Description |
|---|---|
| org.apache.poi.sl.extractor | |
| org.apache.poi.sl.usermodel |
| Modifier and Type | Field and Description |
|---|---|
protected SlideShow<S,P> |
SlideShowExtractor.slideshow |
| Modifier and Type | Method and Description |
|---|---|
SlideShow<S,P> |
SlideShowExtractor.getDocument()
Returns opened document
|
SlideShow<S,P> |
SlideShowExtractor.getFilesystem() |
| Constructor and Description |
|---|
SlideShowExtractor(SlideShow<S,P> slideshow) |
| Modifier and Type | Method and Description |
|---|---|
SlideShow<S,P> |
SlideShowProvider.create() |
static SlideShow<?,?> |
SlideShowFactory.create(boolean XSLF)
Create a new empty SlideShow, either XSLF or HSLF depending
on the parameter
|
static SlideShow<?,?> |
SlideShowFactory.create(DirectoryNode root)
Creates a SlideShow from the given DirectoryNode.
|
SlideShow<S,P> |
SlideShowProvider.create(DirectoryNode root,
String password) |
static SlideShow<?,?> |
SlideShowFactory.create(DirectoryNode root,
String password)
Creates a SlideShow from the given DirectoryNode, which may
be password protected
|
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
|
SlideShow<S,P> |
SlideShowProvider.create(File file,
String password,
boolean readOnly) |
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
|
SlideShow<S,P> |
SlideShowProvider.create(InputStream inp) |
static SlideShow<?,?> |
SlideShowFactory.create(InputStream inp)
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given InputStream.
|
SlideShow<S,P> |
SlideShowProvider.create(InputStream inp,
String password) |
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(POIFSFileSystem fs)
Creates a HSLFSlideShow from the given POIFSFileSystem
|
SlideShow<S,P> |
Sheet.getSlideShow() |