contents property

contents property

Contents of text annotation to be verified. Not be verified if equals empty string or null.

Definition:

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

See Also