Click or drag to resize

Paragraph Replace Method (String, TextSelection, Boolean, Boolean)

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Replace(
	string given,
	TextSelection textSelection,
	bool caseSensitive,
	bool wholeWord
)

Parameters

given
Type: System String
textSelection
Type: Spire.Doc.Documents TextSelection
caseSensitive
Type: System Boolean
wholeWord
Type: System Boolean

Return Value

Type: Int32

Implements

IParagraph Replace(String, TextSelection, Boolean, Boolean)
See Also