public class CTValueColorEndPosition
extends java.lang.Object
Java class for CT_ValueColorEndPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorEndPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="extremeValue" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtremeValueColorPosition"/>
<element name="number" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_NumberColorPosition"/>
<element name="percent" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PercentageColorPosition"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtremeValueColorPosition |
extremeValue |
protected CTNumberColorPosition |
number |
protected CTPercentageColorPosition |
percent |
| Constructor and Description |
|---|
CTValueColorEndPosition() |
| Modifier and Type | Method and Description |
|---|---|
CTExtremeValueColorPosition |
getExtremeValue()
Gets the value of the extremeValue property.
|
CTNumberColorPosition |
getNumber()
Gets the value of the number property.
|
CTPercentageColorPosition |
getPercent()
Gets the value of the percent property.
|
void |
setExtremeValue(CTExtremeValueColorPosition value)
Sets the value of the extremeValue property.
|
void |
setNumber(CTNumberColorPosition value)
Sets the value of the number property.
|
void |
setPercent(CTPercentageColorPosition value)
Sets the value of the percent property.
|
protected CTExtremeValueColorPosition extremeValue
protected CTNumberColorPosition number
protected CTPercentageColorPosition percent
public CTExtremeValueColorPosition getExtremeValue()
CTExtremeValueColorPositionpublic void setExtremeValue(CTExtremeValueColorPosition value)
value - allowed object is
CTExtremeValueColorPositionpublic CTNumberColorPosition getNumber()
CTNumberColorPositionpublic void setNumber(CTNumberColorPosition value)
value - allowed object is
CTNumberColorPositionpublic CTPercentageColorPosition getPercent()
CTPercentageColorPositionpublic void setPercent(CTPercentageColorPosition value)
value - allowed object is
CTPercentageColorPositionCopyright © 2007–2023. All rights reserved.