ApiTheme
Represents the ApiTheme class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "theme" | Returns the type of the ApiTheme class. |
GetColorScheme | ApiThemeColorScheme | Returns the color scheme of the current theme. |
GetFontScheme | ApiThemeFontScheme | Returns the font scheme of the current theme. |
GetFormatScheme | ApiThemeFormatScheme | Returns the format scheme of the current theme. |
GetMaster | ApiMaster | null | Returns the slide master of the current theme. |
SetColorScheme | boolean | Sets the color scheme to the current presentation theme. |
SetFontScheme | boolean | Sets the font scheme to the current presentation theme. |
SetFormatScheme | boolean | Sets the format scheme to the current presentation theme. |