OverrideTheme class
Contents
[
Hide
]OverrideTheme class
Represents a overriding theme.
Inheritance:OverrideTheme
→ Theme
The OverrideTheme type exposes the following members:
Properties
Property | Description |
---|---|
color_scheme | Returns the color scheme. Read-only IColorScheme . |
font_scheme | Returns the font scheme. Read-only IFontScheme . |
format_scheme | Returns the shape format scheme. Read-only IFormatScheme . |
presentation | Returns the parent presentation. Read-only IPresentation . |
is_empty | True value means that ColorScheme, FontScheme, FormatScheme is None and any overriding with this theme object are disabled. Read-only bool. |
Methods
Method | Description |
---|---|
get_effective | Gets effective theme data with the inheritance applied. |
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. |
See Also
- class
OverrideTheme
- class
Theme
- module
aspose.slides.theme
- library
Aspose.Slides