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.
|
Constructor and Description |
---|
SlideShowExtractor(SlideShow<S,P> slideshow) |
Modifier and Type | Method and Description |
---|---|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
SlideShowFactory.create(DirectoryNode root)
Creates a SlideShow from the given NPOIFSFileSystem.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
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>> |
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>> |
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>> |
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>> |
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>> |
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>> |
SlideShowFactory.create(POIFSFileSystem fs)
Creates a SlideShow from the given NPOIFSFileSystem.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
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() |
Modifier and Type | Class and Description |
---|---|
class |
XMLSlideShow
High level representation of a ooxml slideshow.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.