Class SchemeColor
java.lang.Object
com.independentsoft.office.drawing.ColorChoice
com.independentsoft.office.drawing.SchemeColor
The Class SchemeColor.
-
Field Summary
Fields inherited from class com.independentsoft.office.drawing.ColorChoice
colorTransforms -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new scheme color.SchemeColor(SchemeColorValue value)Instantiates a new scheme color.SchemeColor(InternalXMLStreamReader reader)Instantiates a new scheme color. -
Method Summary
Modifier and TypeMethodDescriptionclone()getValue()Gets the value.voidsetValue(SchemeColorValue val)Sets the value.toString()Methods inherited from class com.independentsoft.office.drawing.ColorChoice
getColorTransforms
-
Constructor Details
-
SchemeColor
public SchemeColor()Instantiates a new scheme color. -
SchemeColor
Instantiates a new scheme color.- Parameters:
value- the value
-
SchemeColor
Instantiates a new scheme 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:
val- the new value
-