getText()
Return the text in the area.
Parameters
Once an object area has been created, you can use the following function:
area.getText()
Returns
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The area's contents. |
Return the text in the area.
Once an object area has been created, you can use the following function:
area.getText()
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The area's contents. |