fmeobjects.FMEText.setTextString

FMEText.setTextString(textString)

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.

Parameters:

textString (str) – The new text string to set on the text object.

Return type:

None