com.aspose.slides
Interface IProtectionManager
- All Known Implementing Classes:
- ProtectionManager
public interface IProtectionManager
Presentation password protestion management.
getEncryptDocumentProperties
boolean getEncryptDocumentProperties()
setEncryptDocumentProperties
void setEncryptDocumentProperties(boolean value)
isEncrypted
boolean isEncrypted()
isOnlyDocumentPropertiesLoaded
boolean isOnlyDocumentPropertiesLoaded()
isWriteProtected
boolean isWriteProtected()
getEncryptionPassword
java.lang.String getEncryptionPassword()
encrypt
void encrypt(java.lang.String encryptionPassword)
removeEncryption
void removeEncryption()
setWriteProtection
void setWriteProtection(java.lang.String password)
removeWriteProtection
void removeWriteProtection()