Class CTGradientFillProperties

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

public class CTGradientFillProperties
extends java.lang.Object
implements Child

Java class for CT_GradientFillProperties complex type.

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

 <complexType name="CT_GradientFillProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gsLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GradientStopList" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ShadeProperties" minOccurs="0"/>
         <element name="tileRect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_RelativeRect" minOccurs="0"/>
       </sequence>
       <attribute name="flip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TileFlipMode" />
       <attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>