public class CTValueColorMiddlePosition
extends java.lang.Object
Java class for CT_ValueColorMiddlePosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorMiddlePosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<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 CTNumberColorPosition |
number |
protected CTPercentageColorPosition |
percent |
| Constructor and Description |
|---|
CTValueColorMiddlePosition() |
| Modifier and Type | Method and Description |
|---|---|
CTNumberColorPosition |
getNumber()
Gets the value of the number property.
|
CTPercentageColorPosition |
getPercent()
Gets the value of the percent property.
|
void |
setNumber(CTNumberColorPosition value)
Sets the value of the number property.
|
void |
setPercent(CTPercentageColorPosition value)
Sets the value of the percent property.
|
protected CTNumberColorPosition number
protected CTPercentageColorPosition percent
public 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.