We are trying to make a template pptx. From the template we would like to find a template page. The template will have pages for the Title page, Table of Contents page, Text page, etc. We would like to know the best way to find a page by function rather than its index position. Two methods are hinted at in other posts on this forum.
One way would be to find the slide by its name. SlideEx does have a Name property on which we could search. I can not find a way to enter this slide name in PowerPoint. Is there a way?
The other option appears to be to put a Tag on the slide. I also don't know how to enter Tags in PowerPoint.
Do you have a preferred method for finding a slide? If so, how is it accomplished both on the PowerPoint side and the Aspose side?
We will be using pptx files.