IOverrideTheme class
Contents
[
Hide
]IOverrideTheme class
Represents a overriding theme.
The IOverrideTheme type exposes the following members:
Properties
Property | Description |
---|---|
is_empty | True value means that ColorScheme, FontScheme, FormatScheme is None and any overriding with this theme object are disabled. Read-only bool. |
color_scheme | |
font_scheme | |
format_scheme | |
presentation |
Methods
Method | Description |
---|---|
init_color_scheme | Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. |
init_color_scheme_from | Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. |
init_color_scheme_from_inherited | 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 | Init FontScheme with new object for overriding FontScheme of InheritedTheme. |
init_font_scheme_from | Init FontScheme with new object for overriding FontScheme of InheritedTheme. |
init_font_scheme_from_inherited | 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 | Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. |
init_format_scheme_from | Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. |
init_format_scheme_from_inherited | 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 | Set ColorScheme, FontScheme, FormatScheme to None to disable any overriding with this theme object. |
get_effective |
See Also
- module
aspose.slides.theme
- library
Aspose.Slides