Click or drag to resize

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
)

Parameters

matchedString
Type: System String
old value
newValue
Type: System String
new value
caseSensitive
Type: System Boolean
case sensitive
See Also