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>