Theme
Theme class
Represents a theme.
public abstract class Theme : ITheme
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
GetEffective() | Gets effective theme data with the inheritance applied. |
See Also
- interface ITheme
- namespace Aspose.Slides.Theme
- assembly Aspose.Slides