UpdatePasswordOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IUpdatePasswordOptions
public class UpdatePasswordOptions implements IUpdatePasswordOptions
Provides options for updating document password.
| Constructor | Description |
|---|---|
| UpdatePasswordOptions(String newPassword) | Initializes a new instance of the UpdatePasswordOptions class. |
| Method | Description |
|---|---|
| getNewPassword() | A new password for the document protection. |
public UpdatePasswordOptions(String newPassword)
Initializes a new instance of the UpdatePasswordOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| newPassword | java.lang.String | The new password. |
public final String getNewPassword()
A new password for the document protection.
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.