Color scheme/aspose slides

Dear Sir,

If i want to get all the color scheme list from the rightpane

Can i able to get ?

Regards

Rajasekar

Dear Raja,

There are always 8 colors in a color scheme. Please see the red circle in the picture below.

So, in order to get some color say 3rd one, you will use this method.

Color clr=Slide.get SchemeColor(2); //2 because it starts from 0

You can also select colors of your choice for your scheme. For example, if you want RED color in a scheme instead of WHITE, which is the first color in the scheme, see the picture; you will use this method.

Slide.set SchemeColor(0, Color.RED);

But unfortunately, I am unable to locate these methods in JAVA version though they exist in .NET version. I will ask the technical team for a reason why? If it is by mistake, then these will be added soon.

Thanks sir

With regards

Rajasekar

The issues you have found earlier (filed as 8059) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.