OoxmlLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.options.LoadOptions
public class OoxmlLoadOptions extends LoadOptions
Represents document loading options for a OOXML document.
| Constructor | Description |
|---|---|
| OoxmlLoadOptions() | Initializes a new instance of the [OoxmlLoadOptions](../../com.groupdocs.watermark.options/ooxmlloadoptions) class. |
| OoxmlLoadOptions(String password) | Initializes a new instance of the [OoxmlLoadOptions](../../com.groupdocs.watermark.options/ooxmlloadoptions) class with a specified password. |
public OoxmlLoadOptions()
Initializes a new instance of the [OoxmlLoadOptions](../../com.groupdocs.watermark.options/ooxmlloadoptions) class.
public OoxmlLoadOptions(String password)
Initializes a new instance of the [OoxmlLoadOptions](../../com.groupdocs.watermark.options/ooxmlloadoptions) class with a specified password.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| password | java.lang.String | The password for opening an encrypted content. |
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.