Hi,
I’m testing your product to create new PPT presentations.
But I didn’t manage to find how to use a personalized theme, as we can do in powerpoint.
Is this possible?
Best regards,
Hi,
I’m testing your product to create new PPT presentations.
But I didn’t manage to find how to use a personalized theme, as we can do in powerpoint.
Is this possible?
Best regards,
Thanks for your interest in Aspose.Slides.
I have observed the requirement shared by you and like to share that at present Aspose.Slides allows you to change the color scheme of Master theme. You can please try using the following sample code on your end to verify the feature details.
Presentation pres = new Presentation(“Temp.ppt”);
//Set Color at different indices
pres.getMasterTheme().getColorScheme().getAccent1().setColor(Color.Red);
//Like wise you can set the color for other schemes as well
If there is any other requirement in this regard then please share that along with details with us and I will investigate that further on my end to help you out.
Many Thanks,