Uses of Class
org.apache.poi.hslf.record.DocumentEncryptionAtom
-
Packages that use DocumentEncryptionAtom Package Description org.apache.poi.hslf.usermodel -
-
Uses of DocumentEncryptionAtom in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return DocumentEncryptionAtom Modifier and Type Method Description DocumentEncryptionAtomHSLFSlideShowEncrypted. getDocumentEncryptionAtom()DocumentEncryptionAtomHSLFSlideShowImpl. getDocumentEncryptionAtom()Methods in org.apache.poi.hslf.usermodel with parameters of type DocumentEncryptionAtom Modifier and Type Method Description protected static Record[]HSLFSlideShowEncrypted. addEncryptionRecord(Record[] records, DocumentEncryptionAtom dea)Constructors in org.apache.poi.hslf.usermodel with parameters of type DocumentEncryptionAtom Constructor Description HSLFSlideShowEncrypted(DocumentEncryptionAtom dea)
-