Back to Devexpress

SubDocument.FindAll Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-dot-findall.md

latest1.3 KB
Original Source

SubDocument.FindAll Method

NameParametersDescription
FindAll(String, SearchOptions, DocumentRange)textToFind, options, rangeFinds all text ranges that match the specified string in the specified document range.
FindAll(String, SearchOptions)textToFind, optionsFinds 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, rangeFinds all occurrences of a character pattern specified by the regular expression.
FindAll(Regex)regexFinds all occurrences of a character pattern specified by the regular expression.