com.aspose.words
Class Theme

java.lang.Object
    extended by com.aspose.words.Theme
All Implemented Interfaces:
java.lang.Cloneable

public class Theme 
extends java.lang.Object

Represents document Theme, and provides access to main theme parts including MajorFonts, MinorFonts and Colors

Constructor Summary
Theme()
          
 
Property Getters/Setters Summary
ThemeColorsgetColors()
           Allows to specify the set of theme colors for the document.
ThemeFontsgetMajorFonts()
           Allows to specify the set of major fonts for different languages.
ThemeFontsgetMinorFonts()
           Allows to specify the set of minor fonts for different languages.
 

Constructor Detail

Theme

public Theme()

Property Getters/Setters Detail

getColors

public ThemeColors getColors()
Allows to specify the set of theme colors for the document.

getMajorFonts

public ThemeFonts getMajorFonts()
Allows to specify the set of major fonts for different languages.

getMinorFonts

public ThemeFonts getMinorFonts()
Allows to specify the set of minor fonts for different languages.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.