java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.CTColorStyleVariation
All Implemented Interfaces:
Child

public class CTColorStyleVariation extends Object implements Child

Java class for CT_ColorStyleVariation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ColorStyleVariation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorTransform" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>