Insert Placeholder in PPT

Hi Team,

We have a requirement in which we need to add placeholder dynamically by code in presentation.
Could you please guide me the way to add placeholder in the presentation.
Waiting for your response.

Thanks,
Monika

Hi Monika,


I have observed your requirement and like to share that Placholder are abstract shapes that are in fact added in template presentations so that when the template is used the target presentation can use those placholder shapes in their implementation. Like if you a Title or Body placeholder in slide, they refer to IAutoShape. The placeholder of Chart type will hold an object of IChart in your implementation. So, by using Aspose.Slides you can add the shapes.

I hope this will be helpful. Please share, if I may help you further in this regard.

Many Thanks,