public class AddPasswordOptions extends Object implements IAddPasswordOptions
Provides options for adding document password.
Constructor and Description |
---|
AddPasswordOptions(String password)
Initializes a new instance of the
AddPasswordOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
The password for document protection.
|
void |
setPassword(String value)
The password for document protection.
|
public AddPasswordOptions(String password)
Initializes a new instance of the AddPasswordOptions
class.
password
- The password.public final String getPassword()
The password for document protection.
getPassword
in interface IAddPasswordOptions
public final void setPassword(String value)
The password for document protection.
Copyright © 2020. All rights reserved.