Click or drag to resize

ISlide ReplaceAndFormatText Method

Replaces all matched string with new value with the format in the slide.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void ReplaceAndFormatText(
	string matchedString,
	string newValue,
	DefaultTextRangeProperties format
)

Parameters

matchedString
Type: System String
old value
newValue
Type: System String
new value
format
Type: Spire.Presentation DefaultTextRangeProperties
format
See Also