OverrideTheme Class

Represents a overriding theme.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class OverrideTheme : Theme, 
	IOverrideTheme, ITheme, IPresentationComponent

The OverrideTheme type exposes the following members.

Properties
  NameDescription
Public propertyColorScheme
Returns the color scheme. Read-only IColorScheme.
(Overrides ThemeColorScheme.)
Public propertyFontScheme
Returns the font scheme. Read-only IFontScheme.
(Overrides ThemeFontScheme.)
Public propertyFormatScheme
Returns the shape format scheme. Read-only IFormatScheme.
(Overrides ThemeFormatScheme.)
Public propertyIsEmpty
True value means that ColorScheme, FontScheme, FormatScheme is null and any overriding with this theme object are disabled. Read-only Boolean.
Public propertyPresentation
Returns the parent presentation. Read-only IPresentation.
(Inherited from Theme.)
Methods
  NameDescription
Public methodClear
Set ColorScheme, FontScheme, FormatScheme to null to disable any overriding with this theme object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodCode exampleGetEffective
Gets effective theme data with the inheritance applied.
(Inherited from Theme.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitColorScheme
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
Public methodInitColorSchemeFrom
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
Public methodInitColorSchemeFromInherited
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.
Public methodInitFontScheme
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
Public methodInitFontSchemeFrom
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
Public methodInitFontSchemeFromInherited
Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.
Public methodInitFormatScheme
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
Public methodInitFormatSchemeFrom
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
Public methodInitFormatSchemeFromInherited
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. And initialize data of this new object with data of the FormatScheme of InheritedTheme.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also