Class CTGradientFillProperties

java.lang.Object
org.docx4j.dml.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.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>
 
  • 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
    • getTileRect

      public CTRelativeRect getTileRect()
      Gets the value of the tileRect property.
      Returns:
      possible object is CTRelativeRect
    • setTileRect

      public void setTileRect(CTRelativeRect value)
      Sets the value of the tileRect property.
      Parameters:
      value - allowed object is CTRelativeRect
    • getFlip

      public STTileFlipMode getFlip()
      Gets the value of the flip property.
      Returns:
      possible object is STTileFlipMode
    • setFlip

      public void setFlip(STTileFlipMode value)
      Sets the value of the flip property.
      Parameters:
      value - allowed object is STTileFlipMode
    • isRotWithShape

      public Boolean isRotWithShape()
      Gets the value of the rotWithShape property.
      Returns:
      possible object is Boolean
    • setRotWithShape

      public void setRotWithShape(Boolean value)
      Sets the value of the rotWithShape property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.