Class CTEffectList

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

public class CTEffectList
extends java.lang.Object
implements Child

Java class for CT_EffectList complex type.

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

 <complexType name="CT_EffectList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="blur" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BlurEffect" minOccurs="0"/>
         <element name="fillOverlay" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FillOverlayEffect" minOccurs="0"/>
         <element name="glow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GlowEffect" minOccurs="0"/>
         <element name="innerShdw" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_InnerShadowEffect" minOccurs="0"/>
         <element name="outerShdw" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OuterShadowEffect" minOccurs="0"/>
         <element name="prstShdw" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PresetShadowEffect" minOccurs="0"/>
         <element name="reflection" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ReflectionEffect" minOccurs="0"/>
         <element name="softEdge" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SoftEdgesEffect" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTEffectList

      public CTEffectList()
  • Method Details

    • getBlur

      public CTBlurEffect getBlur()
      Gets the value of the blur property.
      Returns:
      possible object is CTBlurEffect
    • setBlur

      public void setBlur​(CTBlurEffect value)
      Sets the value of the blur property.
      Parameters:
      value - allowed object is CTBlurEffect
    • getFillOverlay

      public CTFillOverlayEffect getFillOverlay()
      Gets the value of the fillOverlay property.
      Returns:
      possible object is CTFillOverlayEffect
    • setFillOverlay

      public void setFillOverlay​(CTFillOverlayEffect value)
      Sets the value of the fillOverlay property.
      Parameters:
      value - allowed object is CTFillOverlayEffect
    • getGlow

      public CTGlowEffect getGlow()
      Gets the value of the glow property.
      Returns:
      possible object is CTGlowEffect
    • setGlow

      public void setGlow​(CTGlowEffect value)
      Sets the value of the glow property.
      Parameters:
      value - allowed object is CTGlowEffect
    • getInnerShdw

      public CTInnerShadowEffect getInnerShdw()
      Gets the value of the innerShdw property.
      Returns:
      possible object is CTInnerShadowEffect
    • setInnerShdw

      public void setInnerShdw​(CTInnerShadowEffect value)
      Sets the value of the innerShdw property.
      Parameters:
      value - allowed object is CTInnerShadowEffect
    • getOuterShdw

      public CTOuterShadowEffect getOuterShdw()
      Gets the value of the outerShdw property.
      Returns:
      possible object is CTOuterShadowEffect
    • setOuterShdw

      public void setOuterShdw​(CTOuterShadowEffect value)
      Sets the value of the outerShdw property.
      Parameters:
      value - allowed object is CTOuterShadowEffect
    • getPrstShdw

      public CTPresetShadowEffect getPrstShdw()
      Gets the value of the prstShdw property.
      Returns:
      possible object is CTPresetShadowEffect
    • setPrstShdw

      public void setPrstShdw​(CTPresetShadowEffect value)
      Sets the value of the prstShdw property.
      Parameters:
      value - allowed object is CTPresetShadowEffect
    • getReflection

      public CTReflectionEffect getReflection()
      Gets the value of the reflection property.
      Returns:
      possible object is CTReflectionEffect
    • setReflection

      public void setReflection​(CTReflectionEffect value)
      Sets the value of the reflection property.
      Parameters:
      value - allowed object is CTReflectionEffect
    • getSoftEdge

      public CTSoftEdgesEffect getSoftEdge()
      Gets the value of the softEdge property.
      Returns:
      possible object is CTSoftEdgesEffect
    • setSoftEdge

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