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