The Aspose.Words.Themes namespace 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 | Theme |
Represents document Theme, and provides access to main theme parts including MajorFonts, MinorFonts and ColorsTo learn more, visit the Working with Styles and Themes documentation article. More... | |
class | ThemeColors |
Represents the color scheme of the document theme which contains twelve colors. ThemeColors object contains six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink. More... | |
class | ThemeFonts |
Represents a collection of fonts in the font scheme, allowing to specify different fonts for different languages Latin, EastAsian and ComplexScript. To learn more, visit the Working with Styles and Themes documentation article. More... | |
Enumerations | |
enum class | ThemeColor |
Specifies the theme colors for document themes. To learn more, visit the Working with Styles and Themes documentation article. More... | |
enum class | ThemeFont |
Specifies the types of theme font names for document themes. More... | |
|
strong |
Specifies the theme colors for document themes. To learn more, visit the Working with Styles and Themes documentation article.
Shows how to work with theme fonts and colors.
Shows how to create and use themed style.
|
strong |
Specifies the types of theme font names for document themes.
Shows how to work with theme fonts and colors.
Shows how to create and use themed style.
Enumerator | |
---|---|
None | No theme font. |
Major | Major theme font. |
Minor | Minor theme font. |