public class Theme
extends java.lang.Object
implements java.lang.Cloneable
getMajorFonts(), getMinorFonts() and getColors()| Modifier and Type | Method and Description |
|---|---|
ThemeColors |
getColors()
Allows to specify the set of theme colors for the document.
|
java.lang.String |
getFontName(int themeFont) |
ThemeFonts |
getMajorFonts()
Allows to specify the set of major fonts for different languages.
|
ThemeFonts |
getMinorFonts()
Allows to specify the set of minor fonts for different languages.
|
protected java.lang.Object |
memberwiseClone() |
void |
onChange() |
public ThemeFonts getMajorFonts()
ThemeFonts value.public ThemeFonts getMinorFonts()
ThemeFonts value.public ThemeColors getColors()
ThemeColors value.public java.lang.String getFontName(int themeFont)
public void onChange()
protected java.lang.Object memberwiseClone()