ISlide
ReplaceFirstText Method
|
Replaces first matched string with new value in the slide.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void ReplaceFirstText(
string matchedString,
string newValue,
bool caseSensitive
)
Sub ReplaceFirstText (
matchedString As String,
newValue As String,
caseSensitive As Boolean
)
void ReplaceFirstText(
String^ matchedString,
String^ newValue,
bool caseSensitive
)
abstract ReplaceFirstText :
matchedString : string *
newValue : string *
caseSensitive : bool -> unit
Parameters
-
matchedString
-
Type:
System
String
old value
-
newValue
-
Type:
System
String
new value
-
caseSensitive
-
Type:
System
Boolean
case sensitive
See Also