Click or drag to resize

IDocument FindStringInLine Method (String, Boolean, Boolean)

Finds the first entry of matchString text in single-line mode.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextSelection[] FindStringInLine(
	string given,
	bool caseSensitive,
	bool wholeWord
)

Parameters

given
Type: System String
caseSensitive
Type: System Boolean
if it specifies case sensitive, set to true .
wholeWord
Type: System Boolean
if it specifies to search a whole word, set to true .

Return Value

Type: TextSelection
See Also