text property
text property
The text of the text field annotation.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- class
TextFieldAnnotation
The text of the text field annotation.
@property
def text(self):
...
@text.setter
def text(self, value):
...
TextFieldAnnotation