Package org.apache.poi.hslf.usermodel
Class HSLFSlideShowEncrypted
- java.lang.Object
-
- org.apache.poi.hslf.usermodel.HSLFSlideShowEncrypted
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Internal public class HSLFSlideShowEncrypted extends java.lang.Object implements java.io.Closeable
This class provides helper functions for encrypted PowerPoint documents.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()DocumentEncryptionAtomgetDocumentEncryptionAtom()
-
-
-
Method Detail
-
getDocumentEncryptionAtom
public DocumentEncryptionAtom getDocumentEncryptionAtom()
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-