Loop thr' the controls and shapes in PPTX

Hi,

I need to know how to loop thr’ the controls and shapes and find the matching text in pptx slides.

Please help me…

Thanks…



Hello Kavi,

Thanks for using Aspose.Slides.

Please follow this link to see how to access shapes insides a PPTX slides. The code snippet will help you in understanding how the textframes, paragarhps and portions are placed in shapes. In the snippet, the statement, “port.Text” is the point where you extract text from the textframe’s portion for matching.

Thanks and Regards.