Class ColorScheme
java.lang.Object
com.independentsoft.office.themes.ColorScheme
The Class ColorScheme.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the accent1.Gets the accent2.Gets the accent3.Gets the accent4.Gets the accent5.Gets the accent6.getDark1()Gets the dark1.getDark2()Gets the dark2.Gets the followed hyperlink.Gets the hyperlink color.Gets the light1.Gets the light2.getName()Gets the name.voidsetAccent1(Accent1 accent1)Sets the accent1.voidsetAccent2(Accent2 accent2)Sets the accent2.voidsetAccent3(Accent3 accent3)Sets the accent3.voidsetAccent4(Accent4 accent4)Sets the accent4.voidsetAccent5(Accent5 accent5)Sets the accent5.voidsetAccent6(Accent6 accent6)Sets the accent6.voidSets the dark1.voidSets the dark2.voidsetFollowedHyperlink(FollowedHyperlink followedHyperlink)Sets the followed hyperlink.voidsetHyperlinkColor(HyperlinkColor hyperlinkColor)Sets the hyperlink color.voidSets the light1.voidSets the light2.voidSets the name.toString()
-
Constructor Details
-
ColorScheme
public ColorScheme()Instantiates a new color scheme.
-
-
Method Details
-
clone
-
toString
-
getAccent1
Gets the accent1.- Returns:
- the accent1
-
setAccent1
Sets the accent1.- Parameters:
accent1- the new accent1
-
getAccent2
Gets the accent2.- Returns:
- the accent2
-
setAccent2
Sets the accent2.- Parameters:
accent2- the new accent2
-
getAccent3
Gets the accent3.- Returns:
- the accent3
-
setAccent3
Sets the accent3.- Parameters:
accent3- the new accent3
-
getAccent4
Gets the accent4.- Returns:
- the accent4
-
setAccent4
Sets the accent4.- Parameters:
accent4- the new accent4
-
getAccent5
Gets the accent5.- Returns:
- the accent5
-
setAccent5
Sets the accent5.- Parameters:
accent5- the new accent5
-
getAccent6
Gets the accent6.- Returns:
- the accent6
-
setAccent6
Sets the accent6.- Parameters:
accent6- the new accent6
-
getDark1
Gets the dark1.- Returns:
- the dark1
-
setDark1
Sets the dark1.- Parameters:
dark1- the new dark1
-
getDark2
Gets the dark2.- Returns:
- the dark2
-
setDark2
Sets the dark2.- Parameters:
dark2- the new dark2
-
getFollowedHyperlink
Gets the followed hyperlink.- Returns:
- the followed hyperlink
-
setFollowedHyperlink
Sets the followed hyperlink.- Parameters:
followedHyperlink- the new followed hyperlink
-
getHyperlinkColor
Gets the hyperlink color.- Returns:
- the hyperlink color
-
setHyperlinkColor
Sets the hyperlink color.- Parameters:
hyperlinkColor- the new hyperlink color
-
getLight1
Gets the light1.- Returns:
- the light1
-
setLight1
Sets the light1.- Parameters:
light1- the new light1
-
getLight2
Gets the light2.- Returns:
- the light2
-
setLight2
Sets the light2.- Parameters:
light2- the new light2
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-