IShape
ReplaceTextWithRegex Method
|
Replace text in shape with regex.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void ReplaceTextWithRegex(
Regex regex,
string newValue
)
Sub ReplaceTextWithRegex (
regex As Regex,
newValue As String
)
void ReplaceTextWithRegex(
Regex^ regex,
String^ newValue
)
abstract ReplaceTextWithRegex :
regex : Regex *
newValue : string -> unit
Parameters
-
regex
-
Type:
System.Text.RegularExpressions
Regex
-
newValue
-
Type:
System
String
See Also