Method MarkAll
MarkAll(string, bool)
Marks all occurrences of specified string in the class text content by unnumbered bookmarks and moves to the last occurrence.
public virtual int MarkAll(string text, bool clearPrevious)
Parameters
textstringSpecifies text to mark.
clearPreviousboolIndicates whether all unnumbered bookmarks should be removed from the bookmarks collection.
Returns
- int
Number of found occurrences.
MarkAll(string, SearchOptions, bool)
Marks all occurrences of specified string in the class text content by unnumbered bookmarks and moves to the last occurrence.
public virtual int MarkAll(string text, SearchOptions options, bool clearPrevious)
Parameters
textstringSpecifies text to mark.
optionsSearchOptionsSpecifies parameters of search.
clearPreviousboolIndicates whether all unnumbered bookmarks should be removed from the bookmarks collection.
Returns
- int
Number of found occurrences.
MarkAll(string, SearchOptions, Regex, bool)
Marks all occurrences of specified string in the class text content by unnumbered bookmarks and moves to the last occurrence.
public virtual int MarkAll(string text, SearchOptions options, Regex expression, bool clearPrevious)
Parameters
textstringSpecifies text to mark.
optionsSearchOptionsSpecifies parameters of search.
expressionRegexRepresents a regular expression to find text.
clearPreviousboolIndicates whether all unnumbered bookmarks should be removed from the bookmarks collection.
Returns
- int
Number of found occurrences.