change_text_property# ModelerNexxim.change_text_property(assignment, name, value)[source]# Change an oeditor property. Parameters: assignmentstrObject id. namestrName of the property. For example, Text. valuestr, list, intValue of the property. It can be a string, an int for a single value, a list of three elements for [r,g,b] color values or a list of two elements for [x, y] coordinates. Returns: boolTrue when successful, False when failed. References >>> oEditor.ChangeProperty