public class CTValueColors
extends java.lang.Object
Java class for CT_ValueColors complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColors">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minColor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SolidColorFillProperties" minOccurs="0"/>
<element name="midColor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SolidColorFillProperties" minOccurs="0"/>
<element name="maxColor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SolidColorFillProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTSolidColorFillProperties |
maxColor |
protected CTSolidColorFillProperties |
midColor |
protected CTSolidColorFillProperties |
minColor |
| Constructor and Description |
|---|
CTValueColors() |
| Modifier and Type | Method and Description |
|---|---|
CTSolidColorFillProperties |
getMaxColor()
Gets the value of the maxColor property.
|
CTSolidColorFillProperties |
getMidColor()
Gets the value of the midColor property.
|
CTSolidColorFillProperties |
getMinColor()
Gets the value of the minColor property.
|
void |
setMaxColor(CTSolidColorFillProperties value)
Sets the value of the maxColor property.
|
void |
setMidColor(CTSolidColorFillProperties value)
Sets the value of the midColor property.
|
void |
setMinColor(CTSolidColorFillProperties value)
Sets the value of the minColor property.
|
protected CTSolidColorFillProperties minColor
protected CTSolidColorFillProperties midColor
protected CTSolidColorFillProperties maxColor
public CTSolidColorFillProperties getMinColor()
CTSolidColorFillPropertiespublic void setMinColor(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTSolidColorFillProperties getMidColor()
CTSolidColorFillPropertiespublic void setMidColor(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTSolidColorFillProperties getMaxColor()
CTSolidColorFillPropertiespublic void setMaxColor(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiesCopyright © 2007–2025. All rights reserved.