Class CTValueColorPositions
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorPositions
Java class for CT_ValueColorPositions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorPositions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
<element name="mid" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorMiddlePosition" minOccurs="0"/>
<element name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueColorPositionCount" default="2" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected CTValueColorEndPositionprotected CTValueColorMiddlePositionprotected CTValueColorEndPosition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Gets the value of the count property.getMax()Gets the value of the max property.getMid()Gets the value of the mid property.getMin()Gets the value of the min property.voidSets the value of the count property.voidsetMax(CTValueColorEndPosition value) Sets the value of the max property.voidsetMid(CTValueColorMiddlePosition value) Sets the value of the mid property.voidsetMin(CTValueColorEndPosition value) Sets the value of the min property.
-
Field Details
-
min
-
mid
-
max
-
count
-
-
Constructor Details
-
CTValueColorPositions
public CTValueColorPositions()
-
-
Method Details
-
getMin
Gets the value of the min property.- Returns:
- possible object is
CTValueColorEndPosition
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isCTValueColorEndPosition
-
getMid
Gets the value of the mid property.- Returns:
- possible object is
CTValueColorMiddlePosition
-
setMid
Sets the value of the mid property.- Parameters:
value- allowed object isCTValueColorMiddlePosition
-
getMax
Gets the value of the max property.- Returns:
- possible object is
CTValueColorEndPosition
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isCTValueColorEndPosition
-
getCount
public int getCount()Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
Sets the value of the count property.- Parameters:
value- allowed object isInteger
-