Class RgbHexColor
java.lang.Object
com.independentsoft.office.drawing.ColorChoice
com.independentsoft.office.drawing.RgbHexColor
The Class RgbHexColor.
-
Field Summary
Fields inherited from class com.independentsoft.office.drawing.ColorChoice
colorTransforms -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new rgb hex color.RgbHexColor(InternalXMLStreamReader reader)Instantiates a new rgb hex color. -
Method Summary
Methods inherited from class com.independentsoft.office.drawing.ColorChoice
getColorTransforms
-
Constructor Details
-
RgbHexColor
public RgbHexColor()Instantiates a new rgb hex color. -
RgbHexColor
Instantiates a new rgb hex color.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
- Specified by:
clonein classColorChoice
-
toString
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-