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

NameTypeAccessDescription
MajorFontsThemeFontsReadAllows to specify the set of major fonts for different languages.
MinorFontsThemeFontsReadAllows to specify the set of minor fonts for different languages.
ColorsThemeColorsReadAllows to specify the set of theme colors for the document.

See Also