Protection
Inheritance: java.lang.Object
public class Protection
Locking helps prevent inadvertent changes to the shape but does not prevent Microsoft Visio from resetting values in other circumstances. It also does not protect against changes made in the ShapeSheet window.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
getLockAspect() | Specifies whether the aspect ratio of the shape is locked. |
getLockBegin() | Specifies whether the begin point of a 1-D shape is locked to a specific location. |
getLockCalcWH() | Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element. |
getLockCrop() | Specifies whether a foreign object is locked against being cropped with the Crop tool in Microsoft Visio. |
getLockCustProp() | Determines whether the user can add, delete, or modify custom properties in the user interface (UI) by using the Define Custom Properties dialog box. |
getLockDelete() | Specifies whether a shape is locked against being deleted. |
getLockEnd() | Specifies whether the end point of a 1-D shape is locked to a specific location. |
getLockFormat() | Specifies whether the formatting of a shape is locked so it cannot be changed. |
getLockFromGroupFormat() | Allows a subshape to block formatting changes that get applied to a parent group shape in the Visio user interface and would otherwise cascade down to individual group shapes. |
getLockGroup() | Specifies whether a group is locked so that it cannot be ungrouped. |
getLockHeight() | Specifies whether the height of the shape is locked. |
getLockMoveX() | Specifies whether the horizontal position of the shape is locked so that it cannot be moved horizontally. |
getLockMoveY() | Specifies whether the vertical position of the shape is locked so that it cannot be moved vertically. |
getLockRotate() | Specifies whether the shape is locked against being rotated with the Rotation tool or the Rotate Left or Rotate Right commands in Microsoft Visio. |
getLockSelect() | Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element. |
getLockTextEdit() | Specifies whether the text of a shape is locked so that it cannot be edited. |
getLockThemeColors() | Prevents users from applying theme colors to the shape. |
getLockThemeEffects() | Prevents users from applying theme effects to the shape. |
getLockVtxEdit() | Specifies whether the vertices of a shape are locked so that they cannot be edited with any tools on the toolbar. |
getLockWidth() | Specifies whether the width of the shape is locked so that it remains unchanged when the shape is resized. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getLockAspect()
public BoolValue getLockAspect()
Specifies whether the aspect ratio of the shape is locked. If locked, the shape can only be sized proportionally; it cannot be sized in a single dimension.
Returns: BoolValue
getLockBegin()
public BoolValue getLockBegin()
Specifies whether the begin point of a 1-D shape is locked to a specific location.
Returns: BoolValue
getLockCalcWH()
public BoolValue getLockCalcWH()
Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element.
Returns: BoolValue
getLockCrop()
public BoolValue getLockCrop()
Specifies whether a foreign object is locked against being cropped with the Crop tool in Microsoft Visio.
Returns: BoolValue
getLockCustProp()
public BoolValue getLockCustProp()
Determines whether the user can add, delete, or modify custom properties in the user interface (UI) by using the Define Custom Properties dialog box.
Returns: BoolValue
getLockDelete()
public BoolValue getLockDelete()
Specifies whether a shape is locked against being deleted.
Returns: BoolValue
getLockEnd()
public BoolValue getLockEnd()
Specifies whether the end point of a 1-D shape is locked to a specific location.
Returns: BoolValue
getLockFormat()
public BoolValue getLockFormat()
Specifies whether the formatting of a shape is locked so it cannot be changed. Specifically, this element protects against changing text, line, and fill formatting, or changing which Style element the shape inherits from.
Returns: BoolValue
getLockFromGroupFormat()
public BoolValue getLockFromGroupFormat()
Allows a subshape to block formatting changes that get applied to a parent group shape in the Visio user interface and would otherwise cascade down to individual group shapes.
Returns: BoolValue
getLockGroup()
public BoolValue getLockGroup()
Specifies whether a group is locked so that it cannot be ungrouped.
Returns: BoolValue
getLockHeight()
public BoolValue getLockHeight()
Specifies whether the height of the shape is locked. If locked, its height remains unchanged when the shape is resized.
Returns: BoolValue
getLockMoveX()
public BoolValue getLockMoveX()
Specifies whether the horizontal position of the shape is locked so that it cannot be moved horizontally.
Returns: BoolValue
getLockMoveY()
public BoolValue getLockMoveY()
Specifies whether the vertical position of the shape is locked so that it cannot be moved vertically.
Returns: BoolValue
getLockRotate()
public BoolValue getLockRotate()
Specifies whether the shape is locked against being rotated with the Rotation tool or the Rotate Left or Rotate Right commands in Microsoft Visio.
Returns: BoolValue
getLockSelect()
public BoolValue getLockSelect()
Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element.
Returns: BoolValue
getLockTextEdit()
public BoolValue getLockTextEdit()
Specifies whether the text of a shape is locked so that it cannot be edited. However, the text may still be formatted by applying a style, using the Style options on the Font tab of the Text dialog box.
Returns: BoolValue
getLockThemeColors()
public BoolValue getLockThemeColors()
Prevents users from applying theme colors to the shape.
Returns: BoolValue
getLockThemeEffects()
public BoolValue getLockThemeEffects()
Prevents users from applying theme effects to the shape.
Returns: BoolValue
getLockVtxEdit()
public BoolValue getLockVtxEdit()
Specifies whether the vertices of a shape are locked so that they cannot be edited with any tools on the toolbar.
Returns: BoolValue
getLockWidth()
public BoolValue getLockWidth()
Specifies whether the width of the shape is locked so that it remains unchanged when the shape is resized.
Returns: BoolValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |