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