Theme
Overview
Theme is a class in Aspose.Words FOSS for .NET.
Inherits from: IThemeProvider, IDmlExtensionListSource.
Represents document Theme, and provides access to main theme parts including MajorFonts, MinorFonts and Colors To learn more, visit the Working with Styles and Themes documentation article.
Properties: Colors, MajorFonts, MinorFonts.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MajorFonts | ThemeFonts | Read | Allows to specify the set of major fonts for different languages. |
MinorFonts | ThemeFonts | Read | Allows to specify the set of minor fonts for different languages. |
Colors | ThemeColors | Read | Allows to specify the set of theme colors for the document. |