MasterTheme

MasterTheme class

Represents a master theme.

getColorScheme

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

Result: 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.

Result: ExtraColorSchemeCollection


getFontScheme

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

Result: FontScheme


getFormatScheme

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

Result: FormatScheme


getName

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

Result: String


getVersion

NameDescription
getVersion ()

Result: long


setName

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