1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for Java
  4. /
  5. com.groupdocs.watermark.options
  6. /
  7. SpreadsheetLoadOptions

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.