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. |
Modifier and Type | Method and Description |
---|---|
String |
getNewPassword()
A new password for the document protection.
|
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