SpreadsheetLoadOptions
Inheritance: java.lang.Object, com.groupdocs.watermark.options.LoadOptions
public final class SpreadsheetLoadOptions extends LoadOptions
Represents document loading options for a Spreadsheet document.
Constructors
Constructor | Description |
---|---|
SpreadsheetLoadOptions() | Initializes a new instance of the [SpreadsheetLoadOptions](../../com.groupdocs.watermark.options/spreadsheetloadoptions) class. |
SpreadsheetLoadOptions(String password) | Initializes a new instance of the [SpreadsheetLoadOptions](../../com.groupdocs.watermark.options/spreadsheetloadoptions) class with a specified password. |
SpreadsheetLoadOptions()
public SpreadsheetLoadOptions()
Initializes a new instance of the [SpreadsheetLoadOptions](../../com.groupdocs.watermark.options/spreadsheetloadoptions)
class.
SpreadsheetLoadOptions(String password)
public SpreadsheetLoadOptions(String password)
Initializes a new instance of the [SpreadsheetLoadOptions](../../com.groupdocs.watermark.options/spreadsheetloadoptions)
class with a specified password.
Parameters:
Parameter | Type | Description |
---|---|---|
password | java.lang.String | The password for opening an encrypted content. |