Class BorderColor
java.lang.Object
com.independentsoft.office.spreadsheet.styles.BorderColor
The Class BorderColor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getColor()Gets the color.intGets the indexed color.intgetTheme()Gets the theme.doublegetTint()Gets the tint.booleanisAuto()Checks if is auto.voidsetAuto(boolean auto)Sets the auto.voidSets the color.voidsetIndexedColor(int indexedColor)Sets the indexed color.voidsetTheme(int theme)Sets the theme.voidsetTint(double tint)Sets the tint.toString()
-
Constructor Details
-
BorderColor
public BorderColor()Instantiates a new border color.
-
-
Method Details
-
clone
-
toString
-
isAuto
public boolean isAuto()Checks if is auto.- Returns:
- true, if is auto
-
setAuto
public void setAuto(boolean auto)Sets the auto.- Parameters:
auto- the new auto
-
getIndexedColor
public int getIndexedColor()Gets the indexed color.- Returns:
- the indexed color
-
setIndexedColor
public void setIndexedColor(int indexedColor)Sets the indexed color.- Parameters:
indexedColor- the new indexed color
-
getColor
Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color
-
getTheme
public int getTheme()Gets the theme.- Returns:
- the theme
-
setTheme
public void setTheme(int theme)Sets the theme.- Parameters:
theme- the new theme
-
getTint
public double getTint()Gets the tint.- Returns:
- the tint
-
setTint
public void setTint(double tint)Sets the tint.- Parameters:
tint- the new tint
-