SubDocument.FindAll Method
Name | Parameters | Description |
---|---|---|
Find |
text |
Finds all text ranges that match the specified string in the specified document range. |
Find |
text |
Finds all text ranges that match the specified string in the specific part of the document (main body, text box, header, footer, comment, footnote, and endnote). |
Find |
regex, range | Finds all occurrences of a character pattern specified by the regular expression. |
Find |
regex | Finds all occurrences of a character pattern specified by the regular expression. |