com.aspose.slides
Interface IProtectionManager

All Known Implementing Classes:
ProtectionManager

public interface IProtectionManager

Presentation password protestion management.


Method Summary
 void encrypt(java.lang.String encryptionPassword)
           
 boolean getEncryptDocumentProperties()
           
 java.lang.String getEncryptionPassword()
           
 boolean isEncrypted()
           
 boolean isOnlyDocumentPropertiesLoaded()
           
 boolean isWriteProtected()
           
 void removeEncryption()
           
 void removeWriteProtection()
           
 void setEncryptDocumentProperties(boolean value)
           
 void setWriteProtection(java.lang.String password)
           
 

Method Detail

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()