Class CTGradientFillProperties

java.lang.Object
org.docx4j.w14.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.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>
 
  • Field Details

  • Constructor Details

    • CTGradientFillProperties

      public CTGradientFillProperties()
  • Method Details

    • getGsLst

      public CTGradientStopList getGsLst()
      Gets the value of the gsLst property.
      Returns:
      possible object is CTGradientStopList
    • setGsLst

      public void setGsLst​(CTGradientStopList value)
      Sets the value of the gsLst property.
      Parameters:
      value - allowed object is CTGradientStopList
    • getLin

      public CTLinearShadeProperties getLin()
      Gets the value of the lin property.
      Returns:
      possible object is CTLinearShadeProperties
    • setLin

      public void setLin​(CTLinearShadeProperties value)
      Sets the value of the lin property.
      Parameters:
      value - allowed object is CTLinearShadeProperties
    • getPath

      public CTPathShadeProperties getPath()
      Gets the value of the path property.
      Returns:
      possible object is CTPathShadeProperties
    • setPath

      public void setPath​(CTPathShadeProperties value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is CTPathShadeProperties
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.