Click or drag to resize

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
)

Parameters

given
Type: System String
caseSensitive
Type: System Boolean
wholeWord
Type: System Boolean

Return Value

Type: TextSelection
See Also