UpdatePasswordOptions
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.
Constructors
Constructor | Description |
---|---|
UpdatePasswordOptions(String newPassword) | Initializes a new instance of the UpdatePasswordOptions class. |
Methods
Method | Description |
---|---|
getNewPassword() | A new password for the document protection. |
UpdatePasswordOptions(String newPassword)
public UpdatePasswordOptions(String newPassword)
Initializes a new instance of the UpdatePasswordOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
newPassword | java.lang.String | The new password. |
getNewPassword()
public final String getNewPassword()
A new password for the document protection.
Returns: java.lang.String