@Deprecated public class CellsShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for an Excel document.
Constructor and Description |
---|
CellsShapeSettings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLocked()
Deprecated.
Gets a value indicating whether an editing of the shape in Excel is forbidden.
|
void |
setLocked(boolean value)
Deprecated.
Sets a value indicating whether an editing of the shape in Excel is forbidden.
|
getAlternativeText, getName, setAlternativeText, setName
public final boolean isLocked()
Gets a value indicating whether an editing of the shape in Excel is forbidden.
public final void setLocked(boolean value)
Sets a value indicating whether an editing of the shape in Excel is forbidden.
value
- If the value is true, shape editing will be forbidden.
By default, the value is false, the shape can be edited in Excel.