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 void
close()
DocumentEncryptionAtom
getDocumentEncryptionAtom()
-
-
-
Method Detail
-
getDocumentEncryptionAtom
public DocumentEncryptionAtom getDocumentEncryptionAtom()
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-