public class DiagramShapeSettings extends Object
Represents settings that can be applied to a shape watermark for a Visio document.
Constructor and Description |
---|
DiagramShapeSettings() |
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.
By default, the value is false, the shape can be edited in Visio.Copyright © 2018. All rights reserved.