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):
...
Contents of text annotation to be verified. Not be verified if equals empty string or null.
@property
def contents(self):
...
@contents.setter
def contents(self, value):
...