proof_disabled property

proof_disabled property

Determines whether the text shouldn’t be proofed. No inheritance applied. Read/write NullableBool.

Definition:

@property
def proof_disabled(self):
    ...

@proof_disabled.setter
def proof_disabled(self, value):
    ...

See Also