| 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  | HSLFSlideShowThis 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 | 
|---|---|
| SlideShow<?,?> | SlideShowFactory.CreateSlideShow1. apply(T t) | 
| SlideShow<?,?> | SlideShowFactory.CreateSlideShow2. apply(T t,
     U u) | 
| static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> | SlideShowFactory. create(DirectoryNode root)Creates a SlideShow from the given DirectoryNode. | 
| 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 DirectoryNode, 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 POIFSFileSystem. | 
| 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 POIFSFileSystem, which may
 be password protected | 
| SlideShow<S,P> | Sheet. getSlideShow() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XMLSlideShowHigh level representation of a ooxml slideshow. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.