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