Class CTPresetColor


  • public class CTPresetColor
    extends java.lang.Object

    Java class for CT_PresetColor complex type.

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

     <complexType name="CT_PresetColor">
       <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>
           <attribute name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PresetColorVal" />
         </restriction>
       </complexContent>
     </complexType>