IExtraColorScheme
public interface IExtraColorScheme
Represents an additional color scheme which can be assigned to a slide.
Methods
Method | Description |
---|---|
getName() | Returns a name of this scheme. |
getColorScheme() | Returns a color scheme. |
getName()
public abstract String getName()
Returns a name of this scheme. Read-only String.
Returns: java.lang.String
getColorScheme()
public abstract IColorScheme getColorScheme()
Returns a color scheme. Read-only IColorScheme.
Returns: IColorScheme