Class SheetTabColor
java.lang.Object
com.independentsoft.office.spreadsheet.SheetTabColor
The Class SheetTabColor.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sheet tab color.SheetTabColor(InternalXMLStreamReader reader)Instantiates a new sheet tab color. -
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
-
SheetTabColor
public SheetTabColor()Instantiates a new sheet tab color. -
SheetTabColor
Instantiates a new sheet tab color.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
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
-