SpreadsheetWatermarkShapeOptions class

SpreadsheetWatermarkShapeOptions class

Represents options when adding shape watermark to a Spreadsheet worksheet.

Inheritance: SpreadsheetWatermarkShapeOptionsSpreadsheetWatermarkBaseOptionsWatermarkOptions

The SpreadsheetWatermarkShapeOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the SpreadsheetWatermarkShapeOptions class.

Properties

Property Description
default Gets the default value for the WatermarkOptions class.
is_locked Gets or sets a value indicating whether an editing of the shape in Excel is forbidden.
name Gets or sets the name a shape.
alternative_text Gets or sets the descriptive (alternative) text that will be associated with a shape.
worksheet_index Gets or sets the index of worksheet to add the watermark to.
effects Gets or sets a value of SpreadsheetImageEffects or
SpreadsheetTextEffects for effects that should be applied to the watermark.

Remarks

Learn more: | | |

Example

Add watermark to a particular worksheet of an Excel document.

See Also