remove method

remove

Removes the first occurrence of a specific paragraph.

Returns

true if item was successfully removed; otherwise, false.

def remove(self, item):
    ...
ParameterTypeDescription
itemIParagraphThe paragraph to remove from collection.

See Also