Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract int Replace(
	Regex pattern,
	TextSelection textSelection,
	bool saveFormatting
)
Public MustOverride Function Replace ( 
	pattern As Regex,
	textSelection As TextSelection,
	saveFormatting As Boolean
) As Integer
public:
virtual int Replace(
	Regex^ pattern, 
	TextSelection^ textSelection, 
	bool saveFormatting
) abstract
abstract Replace : 
        pattern : Regex * 
        textSelection : TextSelection * 
        saveFormatting : bool -> int 

Parameters

pattern
Regex
textSelection
TextSelection
saveFormatting
Boolean

Return Value

Int32

See Also