Hi!
I would like to replace some texts in PPT file with actual values, i.e. "customer_name" should be replaced by "Syncfusion".
I implemented quickly some simple console application that is doing exactly so, but I used standard text boxes marked with some prefix string (in this case "DYNAMIC:") and I have to scan through all the shapes in presentation.
Is it possible in PowerPoint to do it in more elegant way. Like using some special kind of object (like a form fields) with particular IDs? Any suggestion will be highly appreciated.
I found such a post:
https://www.syncfusion.com/forums/128456/working-with-find-and-replace-in-powerpoint
But I cannot find the field "Title" in Format Shape that was used in this example (I'm using office 365)
I attached the console application mentioned before.
Kind regards,
Lukasz
Attachment:
SeachAndReplace_8bc0e0b1.7z