Setting Name of slide from within powerpoint

Hi Guys,

Is it possible to name normal sides from within Powerpoint?

I’d like to be able to di something like GetSlideByName(“thename”);

At the moment I have to use ByPosition which isn’t quite as nice for what I’m doing.

I see that Slide has a Name property in Aspose.Powerpoint, but how do I set that name from within Powerpoint? Or is it only restricted to Slide Masters?

Cheers
Chris

Dear Chris,

If I’m not mistaken you can set name of slide only from MS PowerPoint VBA script
and with Aspose.PowerPoint of course.