Class CTGradientFillProperties

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

public class CTGradientFillProperties extends 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.microsoft.com/office/word/2010/wordml}CT_GradientStopList" minOccurs="0"/>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_ShadeProperties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>