lock_type property

lock_type property

Gets or sets the watermark lock type.

Remarks

The value WordProcessingLockType.ALLOW_ONLY_FORM_FIELDS can not be used with an object of type WordProcessingHeaderFooter.

Definition:

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

See Also