com.aspose.slides
Class ExtraColorScheme

java.lang.Object
  extended by com.aspose.slides.ExtraColorScheme
All Implemented Interfaces:
IExtraColorScheme

public class ExtraColorScheme
extends java.lang.Object
implements IExtraColorScheme

Represents an additional color scheme which can be assigned to a slide.


Method Summary
 IColorScheme getColorScheme()
           Returns a color scheme.
 java.lang.String getName()
           Returns a name of this scheme.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns a name of this scheme.

Specified by:
getName in interface IExtraColorScheme

getColorScheme

public IColorScheme getColorScheme()

Returns a color scheme. Readonly ColorScheme.

Specified by:
getColorScheme in interface IExtraColorScheme