public final class EncryptedSlideShow
extends java.lang.Object
| Constructor | Description |
|---|---|
EncryptedSlideShow() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
checkIfEncrypted(HSLFSlideShow hss) |
Check to see if a HSLFSlideShow represents an encrypted
PowerPoint document, or not
|
static DocumentEncryptionAtom |
fetchDocumentEncryptionAtom(HSLFSlideShow hss) |
Return the DocumentEncryptionAtom for a HSLFSlideShow, or
null if there isn't one.
|
public static boolean checkIfEncrypted(HSLFSlideShow hss)
hss - The HSLFSlideShow to checkpublic static DocumentEncryptionAtom fetchDocumentEncryptionAtom(HSLFSlideShow hss)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.