IDocument
FindAllString Method
|
Finds and returns all entries of specified string along with formatting,
taking into consideration caseSensitive and wholeWord options.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextSelection[] FindAllString(
string given,
bool caseSensitive,
bool wholeWord
)
Function FindAllString (
given As String,
caseSensitive As Boolean,
wholeWord As Boolean
) As TextSelection()
array<TextSelection^>^ FindAllString(
String^ given,
bool caseSensitive,
bool wholeWord
)
abstract FindAllString :
given : string *
caseSensitive : bool *
wholeWord : bool -> TextSelection[]
Parameters
-
given
-
Type:
System
String
-
caseSensitive
-
Type:
System
Boolean
-
wholeWord
-
Type:
System
Boolean
Return Value
Type:
TextSelection
See Also