|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSLFSlideShow | |
---|---|
org.apache.poi.hslf | |
org.apache.poi.hslf.extractor | |
org.apache.poi.hslf.usermodel |
Uses of HSLFSlideShow in org.apache.poi.hslf |
---|
Methods in org.apache.poi.hslf with parameters of type HSLFSlideShow | |
---|---|
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. |
Uses of HSLFSlideShow in org.apache.poi.hslf.extractor |
---|
Constructors in org.apache.poi.hslf.extractor with parameters of type HSLFSlideShow | |
---|---|
PowerPointExtractor(HSLFSlideShow ss)
Creates a PowerPointExtractor, from a HSLFSlideShow |
Uses of HSLFSlideShow in org.apache.poi.hslf.usermodel |
---|
Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFSlideShow | |
---|---|
SlideShow(HSLFSlideShow hslfSlideShow)
Constructs a Powerpoint document from the underlying HSLFSlideShow object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |