contents property
contents property
Gets or sets content of annotation object.
Definition:
@property
def contents(self):
...
@contents.setter
def contents(self, value):
...
Gets or sets content of annotation object.
@property
def contents(self):
...
@contents.setter
def contents(self, value):
...