SubDocument.FindAll Method
Name | Parameters | Description |
---|---|---|
FindAll(String, SearchOptions, DocumentRange) | textToFind, options, range | Finds all text ranges that match the specified string in the specified document range. |
FindAll(String, SearchOptions) | textToFind, options | Finds all text ranges that match the specified string in the current document. |
FindAll(Regex, DocumentRange) | regex, range | Finds all occurrences of a character pattern specified by the regular expression. |
FindAll(Regex) | regex | Finds all occurrences of a character pattern specified by the regular expression. |