is_locked property
is_locked property
Gets or sets a value indicating whether an editing of the shape in Word is forbidden.
Definition:
@property
def is_locked(self):
...
@is_locked.setter
def is_locked(self, value):
...
Gets or sets a value indicating whether an editing of the shape in Word is forbidden.
@property
def is_locked(self):
...
@is_locked.setter
def is_locked(self, value):
...