| Package | Description |
|---|---|
| org.zkoss.poi.hslf | |
| org.zkoss.poi.hslf.extractor | |
| org.zkoss.poi.hslf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static HSLFSlideShow |
HSLFSlideShow.create()
Constructs a new, empty, Powerpoint document.
|
| Modifier and Type | Method and 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 and Description |
|---|
PowerPointExtractor(HSLFSlideShow ss)
Creates a PowerPointExtractor, from a HSLFSlideShow
|
| Constructor and Description |
|---|
SlideShow(HSLFSlideShow hslfSlideShow)
Constructs a Powerpoint document from the underlying
HSLFSlideShow object.
|
Copyright © 2020. All rights reserved.