remove method

remove(item)

Remove the Text object from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemText

See Also