public abstract class DiagramWatermarkOptions extends WatermarkOptions
Base class for watermark adding options to a Visio document.
| Modifier | Constructor and Description |
|---|---|
protected |
DiagramWatermarkOptions()
Initializes a new instance of the
class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked()
Gets a value indicating whether an editing of the shape in Visio is forbidden.
|
void |
setLocked(boolean value)
Sets a value indicating whether an editing of the shape in Visio is forbidden.
|
protected DiagramWatermarkOptions()
DiagramWatermarkOptions class.public final boolean isLocked()
Gets a value indicating whether an editing of the shape in Visio is forbidden.
public final void setLocked(boolean value)
Sets a value indicating whether an editing of the shape in Visio is forbidden.
value - If the value is true, shape editing will be forbidden.Copyright © 2026. All rights reserved.