Class CTValueColorMiddlePosition

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorMiddlePosition

public class CTValueColorMiddlePosition extends Object

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>