Class ThemeElements
java.lang.Object
com.independentsoft.office.themes.ThemeElements
The Class ThemeElements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color scheme.Gets the font scheme.Gets the format scheme.voidsetColorScheme(ColorScheme colorScheme)Sets the color scheme.voidsetFontScheme(FontScheme fontScheme)Sets the font scheme.voidsetFormatScheme(FormatScheme formatScheme)Sets the format scheme.toString()
-
Constructor Details
-
ThemeElements
public ThemeElements()Instantiates a new theme elements.
-
-
Method Details
-
clone
-
toString
-
getColorScheme
Gets the color scheme.- Returns:
- the color scheme
-
setColorScheme
Sets the color scheme.- Parameters:
colorScheme- the new color scheme
-
getFormatScheme
Gets the format scheme.- Returns:
- the format scheme
-
setFormatScheme
Sets the format scheme.- Parameters:
formatScheme- the new format scheme
-
getFontScheme
Gets the font scheme.- Returns:
- the font scheme
-
setFontScheme
Sets the font scheme.- Parameters:
fontScheme- the new font scheme
-