| 
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
Syntax
 
 
public int Replace(
	string given,
	TextSelection textSelection,
	bool caseSensitive,
	bool wholeWord
)
 
Public Function Replace ( 
	given As String,
	textSelection As TextSelection,
	caseSensitive As Boolean,
	wholeWord As Boolean
) As Integer
 
public:
virtual int Replace(
	String^ given, 
	TextSelection^ textSelection, 
	bool caseSensitive, 
	bool wholeWord
) sealed
 
abstract Replace : 
given : string * 
textSelection : TextSelection * 
caseSensitive : bool * 
wholeWord : bool -> int 
override Replace : 
given : string * 
textSelection : TextSelection * 
caseSensitive : bool * 
wholeWord : bool -> int 
 
 
 
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
See Also