SpreadsheetShapeSettings
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.OfficeShapeSettings
public final class SpreadsheetShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for an Excel document.
| Constructor | Description |
|---|---|
| SpreadsheetShapeSettings() | Initializes a new instance of the [SpreadsheetShapeSettings](../../com.groupdocs.watermark.options/spreadsheetshapesettings) class. |
| Method | Description |
|---|---|
| isLocked() | Gets a value indicating whether an editing of the shape in Excel is forbidden. |
| setLocked(boolean value) | Sets a value indicating whether an editing of the shape in Excel is forbidden. |
public SpreadsheetShapeSettings()
Initializes a new instance of the [SpreadsheetShapeSettings](../../com.groupdocs.watermark.options/spreadsheetshapesettings) class.
public final boolean isLocked()
Gets a value indicating whether an editing of the shape in Excel is forbidden.
Returns: boolean - If the value is true, shape editing will be forbidden. By default, the value is false, the shape can be edited in Excel.
public final void setLocked(boolean value)
Sets a value indicating whether an editing of the shape in Excel is forbidden.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | If the value is true, shape editing will be forbidden. By default, the value is false, the shape can be edited in Excel. |
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.