Skip to content

Commit a21201d

Browse files
Merge pull request #2038 from syncfusion-content/ES-868620-Add-Note-Find
ES-868620-Add note for Find and replace in Presentation
2 parents 0911cf2 + a8f3c43 commit a21201d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ 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 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.
378+
377379
## Find and replace in specific slide
378380

379381
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.

0 commit comments

Comments
 (0)