Skip to main content

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 specific part of the document (main body, text box, header, footer, comment, footnote, and endnote).
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.