AddPasswordOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IAddPasswordOptions
public class AddPasswordOptions implements IAddPasswordOptions
Provides options for adding document password.
| Constructor | Description |
|---|---|
| AddPasswordOptions(String password) | Initializes a new instance of the AddPasswordOptions class. |
| Method | Description |
|---|---|
| getPassword() | The password for document protection. |
public AddPasswordOptions(String password)
Initializes a new instance of the AddPasswordOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| password | java.lang.String | The password. |
public final String getPassword()
The password for 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.