Skip to content

Commit a8f3c43

Browse files
ES-868620-Add note in Find and replace
1 parent d3af01a commit a8f3c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File-Formats/Presentation/Working-with-find-and-replace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ End Using
374374

375375
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-Replace-in-Powerpoint-using-Regex).
376376

377-
N> When searching for items within a Master slide in the Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API.
377+
N> When searching for text within a master slide in the presentation, it is recommended to use the [IPresentation.FindAll](https://help.syncfusion.com/cr/file-formats/Syncfusion.Presentation.IPresentation.html#Syncfusion_Presentation_IPresentation_FindAll_System_String_System_Boolean_System_Boolean_) API instead of the [ISlide.FindAll](https://help.syncfusion.com/cr/file-formats/Syncfusion.Presentation.IBaseSlide.html#Syncfusion_Presentation_IBaseSlide_FindAll_System_String_System_Boolean_System_Boolean_) API.
378378

379379
## Find and replace in specific slide
380380

0 commit comments

Comments
 (0)