From fcc53bf7c84dee1862ac9f0597bcb6987355e2c9 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:23:42 +0530 Subject: [PATCH 1/3] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 18a90c2af..528cd07e5 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,6 +374,8 @@ End Using 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). +N> When searching for items within a Master slide in your Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. + ## Find and replace in specific slide You can find all occurrences of a text in a specific PowerPoint slide (slide, notes slide, master slide, or layout slide) and replace it with other text. From d3af01a552ee9dccae975782de4adaef2651c09b Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:25:59 +0530 Subject: [PATCH 2/3] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 528cd07e5..d7832618a 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,7 +374,7 @@ End Using 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). -N> When searching for items within a Master slide in your Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. +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. ## Find and replace in specific slide From a8f3c4317682262a9507753ac90cb83457d5d742 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:38:16 +0530 Subject: [PATCH 3/3] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index d7832618a..8271e5c27 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,7 +374,7 @@ End Using 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). -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. +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. ## Find and replace in specific slide