MasterTheme

Inheritance: java.lang.Object, com.aspose.slides.Theme

All Implemented Interfaces: com.aspose.slides.IMasterTheme

public final class MasterTheme extends Theme implements IMasterTheme

Represents a master theme.

Methods

MethodDescription
getColorScheme()Returns the color scheme.
getFontScheme()Returns the font scheme.
getFormatScheme()Returns the shape format scheme.
getExtraColorSchemes()Returns the collection of additional color schemes.
getName()Returns the name of a theme.
setName(String value)Returns the name of a theme.
getVersion()

getColorScheme()

public IColorScheme getColorScheme()

Returns the color scheme. Read-only IColorScheme.

Returns: IColorScheme

getFontScheme()

public IFontScheme getFontScheme()

Returns the font scheme. Read-only IFontScheme.

Returns: IFontScheme

getFormatScheme()

public IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only IFormatScheme.

Returns: IFormatScheme

getExtraColorSchemes()

public final 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 final String getName()

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

Returns: java.lang.String

setName(String value)

public final void setName(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

getVersion()

public long getVersion()

Version. Read-only long.

Returns: long