Class CTFillTextEffect

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

public class CTFillTextEffect
extends java.lang.Object
implements Child

Java class for CT_FillTextEffect complex type.

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

 <complexType name="CT_FillTextEffect">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_FillProperties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTFillTextEffect

      public CTFillTextEffect()
  • Method Details

    • getNoFill

      public CTEmpty getNoFill()
      Gets the value of the noFill property.
      Returns:
      possible object is CTEmpty
    • setNoFill

      public void setNoFill​(CTEmpty value)
      Sets the value of the noFill property.
      Parameters:
      value - allowed object is CTEmpty
    • getSolidFill

      public CTSolidColorFillProperties getSolidFill()
      Gets the value of the solidFill property.
      Returns:
      possible object is CTSolidColorFillProperties
    • setSolidFill

      public void setSolidFill​(CTSolidColorFillProperties value)
      Sets the value of the solidFill property.
      Parameters:
      value - allowed object is CTSolidColorFillProperties
    • getGradFill

      public CTGradientFillProperties getGradFill()
      Gets the value of the gradFill property.
      Returns:
      possible object is CTGradientFillProperties
    • setGradFill

      public void setGradFill​(CTGradientFillProperties value)
      Sets the value of the gradFill property.
      Parameters:
      value - allowed object is CTGradientFillProperties
    • 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.