| DocxDocumentReplaceText(String, String, Boolean) Method |
Replace text into the document, regex allowed
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public int ReplaceText(
string textFind,
string textReplace,
bool regex
)
Public Function ReplaceText (
textFind As String,
textReplace As String,
regex As Boolean
) As Integer
public:
int ReplaceText(
String^ textFind,
String^ textReplace,
bool regex
)
member ReplaceText :
textFind : string *
textReplace : string *
regex : bool -> int
Parameters
- textFind String
- The text find.
- textReplace String
- The text replace.
- regex Boolean
- if set to true [regex].
Return Value
Int32System.Int32.
See Also