Class CTValueColorEndPosition
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorEndPosition
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtremeValueColorPositionextremeValueprotected CTNumberColorPositionnumberprotected CTPercentageColorPositionpercent -
Constructor Summary
Constructors Constructor Description CTValueColorEndPosition() -
Method Summary
Modifier and Type Method Description CTExtremeValueColorPositiongetExtremeValue()Gets the value of the extremeValue property.CTNumberColorPositiongetNumber()Gets the value of the number property.CTPercentageColorPositiongetPercent()Gets the value of the percent property.voidsetExtremeValue(CTExtremeValueColorPosition value)Sets the value of the extremeValue property.voidsetNumber(CTNumberColorPosition value)Sets the value of the number property.voidsetPercent(CTPercentageColorPosition value)Sets the value of the percent property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
extremeValue
-
number
-
percent
-
-
Constructor Details
-
CTValueColorEndPosition
public CTValueColorEndPosition()
-
-
Method Details
-
getExtremeValue
Gets the value of the extremeValue property.- Returns:
- possible object is
CTExtremeValueColorPosition
-
setExtremeValue
Sets the value of the extremeValue property.- Parameters:
value- allowed object isCTExtremeValueColorPosition
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
CTNumberColorPosition
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isCTNumberColorPosition
-
getPercent
Gets the value of the percent property.- Returns:
- possible object is
CTPercentageColorPosition
-
setPercent
Sets the value of the percent property.- Parameters:
value- allowed object isCTPercentageColorPosition
-