SpreadsheetShapeSettings class

SpreadsheetShapeSettings class

Represents settings that can be applied to a shape watermark for an Excel document.

The SpreadsheetShapeSettings type exposes the following members:

Constructors

Constructor Description
init Initializes a new SpreadsheetShapeSettings instance.

Properties

Property Description
is_locked The lock state of the shape in Excel. If True, editing the shape is forbidden; otherwise the shape can be edited. By default, the value is False.
alternative_text The descriptive (alternative) text that will be associated with a shape. (inherited from OfficeShapeSettings)
name The name of the shape. (inherited from OfficeShapeSettings)

See Also