aspose.words.themes module

The aspose.words.themes module provides classes that allow to access theme information in Microsoft Word documents.

A document theme can specify fonts and colors to be used in a document. Themes are supported in Word 2007 and higher.

Classes

ClassDescription
ThemeRepresents document Theme, and provides access to main theme parts including Theme.major_fonts, Theme.minor_fonts and Theme.colors To learn more, visit the Working with Styles and Themes documentation article.
ThemeColorsRepresents the color scheme of the document theme which contains twelve colors.
ThemeFontsRepresents a collection of fonts in the font scheme, allowing to specify different fonts for different languages ThemeFonts.latin, ThemeFonts.east_asian and ThemeFonts.complex_script. To learn more, visit the Working with Styles and Themes documentation article.

Enumerations

EnumerationDescription
ThemeColorSpecifies the theme colors for document themes. To learn more, visit the Working with Styles and Themes documentation article.
ThemeFontSpecifies the types of theme font names for document themes.