setText()
Set the text in the area.
textarea.setText(text)
Parameters
textarea.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new contents of the area. |
Set the text in the area.
textarea.setText(text)
textarea.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new contents of the area. |