public class UpdatePasswordOptions extends Object implements IUpdatePasswordOptions
Provides options for updating document password.
Constructor and Description |
---|
UpdatePasswordOptions(String newPassword)
Initializes a new instance of the
UpdatePasswordOptions class. |
public UpdatePasswordOptions(String newPassword)
Initializes a new instance of the UpdatePasswordOptions
class.
newPassword
- The new password.public final String getNewPassword()
A new password for the document protection.
getNewPassword
in interface IUpdatePasswordOptions