Click or drag to resize

Document FindString Method (String, Boolean, Boolean)

Finds and returns string along with formatting.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextSelection FindString(
	string stringValue,
	bool caseSensitive,
	bool wholeWord
)

Parameters

stringValue
Type: System String
caseSensitive
Type: System Boolean
wholeWord
Type: System Boolean

Return Value

Type: TextSelection

Implements

IDocument FindString(String, Boolean, Boolean)
See Also