Sets the existing text object’s text string to ‘textString’. The ‘textString’ is specified as a str, which is set as an encoded text string on the text object.
str
textString (str) – The new text string to set on the text object.
None