is_protection_applied property

is_protection_applied property

Indicate whether the protection formatting should be applied.

Remarks

Only for named style.

Definition:

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

See Also