MasterTheme

MasterTheme class

Represents a master theme.

getColorScheme

NameDescription
getColorScheme ()Returns the color scheme. Read-only IColorScheme.

Returns: ColorScheme


getExtraColorSchemes

NameDescription
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: ExtraColorSchemeCollection


getFontScheme

NameDescription
getFontScheme ()Returns the font scheme. Read-only IFontScheme.

Returns: FontScheme


getFormatScheme

NameDescription
getFormatScheme ()Returns the shape format scheme. Read-only IFormatScheme.

Returns: FormatScheme


getName

NameDescription
getName ()Returns the name of a theme. Read/write String.

Returns: String


getVersion

NameDescription
getVersion ()

Returns: long


setName

NameDescription
setName (String)Returns the name of a theme. Read/write String.

Returns: void