checkWriteProtection

checkWriteProtection(String password) method

Determines whether a presentation is a password protected to modify.

Parameters

NameTypeDescription
passwordStringThe password for checking. 1. You should check the ( #isWriteProtected) property before calling this method. 2. When the password is null or empty, this method returns false.

Returns

boolean