| Package | Description |
|---|---|
| org.apache.poi.hslf | |
| org.apache.poi.hslf.extractor | |
| org.apache.poi.hslf.usermodel |
| Modifier and Type | Method | Description |
|---|---|---|
static HSLFSlideShow |
HSLFSlideShow.create() |
Constructs a new, empty, Powerpoint document.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
EncryptedSlideShow.checkIfEncrypted(HSLFSlideShow hss) |
Check to see if a HSLFSlideShow represents an encrypted
PowerPoint document, or not
|
static DocumentEncryptionAtom |
EncryptedSlideShow.fetchDocumentEncryptionAtom(HSLFSlideShow hss) |
Return the DocumentEncryptionAtom for a HSLFSlideShow, or
null if there isn't one.
|
| Constructor | Description |
|---|---|
PowerPointExtractor(HSLFSlideShow ss) |
Creates a PowerPointExtractor, from a HSLFSlideShow
|
| Constructor | Description |
|---|---|
SlideShow(HSLFSlideShow hslfSlideShow) |
Constructs a Powerpoint document from the underlying
HSLFSlideShow object.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.