IMasterTheme

All Implemented Interfaces: com.aspose.slides.ITheme

public interface IMasterTheme extends ITheme

Represents a master theme.

Methods

MethodDescription
getExtraColorSchemes()Returns the collection of additional color schemes.
getName()Returns the name of a theme.
setName(String value)Returns the name of a theme.

getExtraColorSchemes()

public abstract IExtraColorSchemeCollection getExtraColorSchemes()

Returns the collection of additional color schemes. These schemes don’t affect presentation’s look, they can be selected as main color scheme for a slide. Read-only IExtraColorSchemeCollection.

Returns: IExtraColorSchemeCollection

getName()

public abstract String getName()

Returns the name of a theme. Read/write String.

Returns: java.lang.String

setName(String value)

public abstract void setName(String value)

Returns the name of a theme. Read/write String.

Parameters:

ParameterTypeDescription
valuejava.lang.String