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