public final class EncryptedSlideShow
extends java.lang.Object
Constructor and Description |
---|
EncryptedSlideShow() |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.