Package com.independentsoft.office.word
Class Color
java.lang.Object
com.independentsoft.office.word.Color
The Class Color.
-
Constructor Details
-
Color
public Color()Instantiates a new color. -
Color
Instantiates a new color.- Parameters:
color- the 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
-
getHexValue
Gets the hex value.- Returns:
- the hex value
-
setHexValue
Sets the hex value.- Parameters:
hexColor- the new hex value
-