delete_annotations method

delete_annotations

Deletes all annotations that match the regular expression within the document.

def delete_annotations(self, regular_expression):
    ...
Parameter Type Description
regular_expression System.Text.RegularExpressions.Regex Regular expression to match.

Returns: Deletion result.

See Also