Theme

Theme class

Represents a theme.

public abstract class Theme : ITheme

Properties

NameDescription
abstract ColorScheme { get; }Returns the color scheme. Read-only IColorScheme.
abstract FontScheme { get; }Returns the font scheme. Read-only IFontScheme.
abstract FormatScheme { get; }Returns the shape format scheme. Read-only IFormatScheme.
Presentation { get; }Returns the parent presentation. Read-only IPresentation.

Methods

NameDescription
GetEffective()Gets effective theme data with the inheritance applied.

See Also