Presentation
ReplaceAndFormatText Method
|
Replaces all matched string with new value with the format in the Document.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void ReplaceAndFormatText(
string matchedString,
string newValue,
DefaultTextRangeProperties format
)
Public Sub ReplaceAndFormatText (
matchedString As String,
newValue As String,
format As DefaultTextRangeProperties
)
public:
void ReplaceAndFormatText(
String^ matchedString,
String^ newValue,
DefaultTextRangeProperties^ format
)
member ReplaceAndFormatText :
matchedString : string *
newValue : string *
format : DefaultTextRangeProperties -> unit
Parameters
-
matchedString
-
Type:
System
String
old value
-
newValue
-
Type:
System
String
new value
-
format
-
Type:
Spire.Presentation
DefaultTextRangeProperties
format
See Also