is_locked property

is_locked property

The property indicates whether editing of the shape in Word is forbidden.

If set to True, shape editing will be forbidden; by default the value is False, allowing shape editing in Word.

Definition:

@property
def is_locked(self):
    ...
@is_locked.setter
def is_locked(self, value):
    ...

See Also