Click or drag to resize

Document FindAllString Method

Returns all entries of matchString string, taking into consideration caseSensitive and wholeWord options.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextSelection[] FindAllString(
	string matchString,
	bool caseSensitive,
	bool wholeWord
)

Parameters

matchString
Type: System String
caseSensitive
Type: System Boolean
wholeWord
Type: System Boolean

Return Value

Type: TextSelection

Implements

IDocument FindAllString(String, Boolean, Boolean)
See Also