Class CTValueColorEndPosition
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorEndPosition
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
FieldsModifier and TypeFieldDescriptionprotected CTExtremeValueColorPositionprotected CTNumberColorPositionprotected CTPercentageColorPosition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extremeValue property.Gets the value of the number property.Gets the value of the percent property.voidSets the value of the extremeValue property.voidsetNumber(CTNumberColorPosition value) Sets the value of the number property.voidSets the value of the percent property.
-
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
-