Class CTCustomColor

java.lang.Object
org.docx4j.dml.CTCustomColor
All Implemented Interfaces:
Child

public class CTCustomColor
extends java.lang.Object
implements Child

Java class for CT_CustomColor complex type.

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

 <complexType name="CT_CustomColor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>