aspose.words.themes module
Contents
[
Hide
]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
Class | Description |
---|---|
Theme | Represents 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. |
ThemeColors | Represents the color scheme of the document theme which contains twelve colors. |
ThemeFonts | Represents 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
Enumeration | Description |
---|---|
ThemeColor | Specifies the theme colors for document themes. To learn more, visit the Working with Styles and Themes documentation article. |
ThemeFont | Specifies the types of theme font names for document themes. |