Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.extractor | |
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 | 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,
java.lang.String password) |
static SlideShow<?,?> |
SlideShowFactory.create(DirectoryNode root,
java.lang.String password)
Creates a SlideShow from the given DirectoryNode, which may
be password protected
|
static SlideShow<?,?> |
SlideShowFactory.create(java.io.File file)
Creates the appropriate HSLFSlideShow / XSLFSlideShow 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 / XSLFSlideShow from
the given File, which must exist and be readable, and
may be password protected
|
SlideShow<S,P> |
SlideShowProvider.create(java.io.File file,
java.lang.String password,
boolean readOnly) |
static SlideShow<?,?> |
SlideShowFactory.create(java.io.File file,
java.lang.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(java.io.InputStream inp) |
static SlideShow<?,?> |
SlideShowFactory.create(java.io.InputStream inp)
Creates the appropriate HSLFSlideShow / XSLFSlideShow from
the given InputStream.
|
SlideShow<S,P> |
SlideShowProvider.create(java.io.InputStream inp,
java.lang.String password) |
static SlideShow<?,?> |
SlideShowFactory.create(java.io.InputStream inp,
java.lang.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() |
Modifier and Type | Class and Description |
---|---|
class |
XMLSlideShow
High level representation of a ooxml slideshow.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.