checkWriteProtection
checkWriteProtection(String password) method
Determines whether a presentation is a password protected to modify.
Parameters
| Name | Type | Description |
|---|---|---|
| password | String | The 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