OverrideTheme class

OverrideTheme class

Represents a overriding theme.

Inheritance:OverrideThemeTheme

The OverrideTheme type exposes the following members:

Properties

PropertyDescription
color_schemeReturns the color scheme.
Read-only IColorScheme.
font_schemeReturns the font scheme.
Read-only IFontScheme.
format_schemeReturns the shape format scheme.
Read-only IFormatScheme.
presentationReturns the parent presentation.
Read-only IPresentation.
is_emptyTrue value means that ColorScheme, FontScheme, FormatScheme is None and any overriding with this theme object are disabled.
Read-only bool.

Methods

MethodDescription
get_effective(self)Gets effective theme data with the inheritance applied.
init_color_scheme(self)Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
init_color_scheme_from(self, color_scheme)Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
init_color_scheme_from_inherited(self)Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.
init_font_scheme(self)Init FontScheme with new object for overriding FontScheme of InheritedTheme.
init_font_scheme_from(self, font_scheme)Init FontScheme with new object for overriding FontScheme of InheritedTheme.
init_font_scheme_from_inherited(self)Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.
init_format_scheme(self)Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
init_format_scheme_from(self, format_scheme)Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
init_format_scheme_from_inherited(self)Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. And initialize data of this new object with data of the FormatScheme of InheritedTheme.
clear(self)Set ColorScheme, FontScheme, FormatScheme to None to disable any overriding with this theme object.

See Also