text property
text property
The line text content.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- class
TextLineInfo
The line text content.
@property
def text(self):
...
@text.setter
def text(self, value):
...
TextLineInfo