Package org.docx4j.dml
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 Summary
Fields Modifier and Type Field Description protected CTBlurEffectblurprotected CTFillOverlayEffectfillOverlayprotected CTGlowEffectglowprotected CTInnerShadowEffectinnerShdwprotected CTOuterShadowEffectouterShdwprotected CTPresetShadowEffectprstShdwprotected CTReflectionEffectreflectionprotected CTSoftEdgesEffectsoftEdge -
Constructor Summary
Constructors Constructor Description CTEffectList() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBlurEffectgetBlur()Gets the value of the blur property.CTFillOverlayEffectgetFillOverlay()Gets the value of the fillOverlay property.CTGlowEffectgetGlow()Gets the value of the glow property.CTInnerShadowEffectgetInnerShdw()Gets the value of the innerShdw property.CTOuterShadowEffectgetOuterShdw()Gets the value of the outerShdw property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPresetShadowEffectgetPrstShdw()Gets the value of the prstShdw property.CTReflectionEffectgetReflection()Gets the value of the reflection property.CTSoftEdgesEffectgetSoftEdge()Gets the value of the softEdge property.voidsetBlur(CTBlurEffect value)Sets the value of the blur property.voidsetFillOverlay(CTFillOverlayEffect value)Sets the value of the fillOverlay property.voidsetGlow(CTGlowEffect value)Sets the value of the glow property.voidsetInnerShdw(CTInnerShadowEffect value)Sets the value of the innerShdw property.voidsetOuterShdw(CTOuterShadowEffect value)Sets the value of the outerShdw property.voidsetParent(java.lang.Object parent)voidsetPrstShdw(CTPresetShadowEffect value)Sets the value of the prstShdw property.voidsetReflection(CTReflectionEffect value)Sets the value of the reflection property.voidsetSoftEdge(CTSoftEdgesEffect value)Sets the value of the softEdge property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
blur
-
fillOverlay
-
glow
-
innerShdw
-
outerShdw
-
prstShdw
-
reflection
-
softEdge
-
-
Constructor Details
-
CTEffectList
public CTEffectList()
-
-
Method Details
-
getBlur
Gets the value of the blur property.- Returns:
- possible object is
CTBlurEffect
-
setBlur
Sets the value of the blur property.- Parameters:
value- allowed object isCTBlurEffect
-
getFillOverlay
Gets the value of the fillOverlay property.- Returns:
- possible object is
CTFillOverlayEffect
-
setFillOverlay
Sets the value of the fillOverlay property.- Parameters:
value- allowed object isCTFillOverlayEffect
-
getGlow
Gets the value of the glow property.- Returns:
- possible object is
CTGlowEffect
-
setGlow
Sets the value of the glow property.- Parameters:
value- allowed object isCTGlowEffect
-
getInnerShdw
Gets the value of the innerShdw property.- Returns:
- possible object is
CTInnerShadowEffect
-
setInnerShdw
Sets the value of the innerShdw property.- Parameters:
value- allowed object isCTInnerShadowEffect
-
getOuterShdw
Gets the value of the outerShdw property.- Returns:
- possible object is
CTOuterShadowEffect
-
setOuterShdw
Sets the value of the outerShdw property.- Parameters:
value- allowed object isCTOuterShadowEffect
-
getPrstShdw
Gets the value of the prstShdw property.- Returns:
- possible object is
CTPresetShadowEffect
-
setPrstShdw
Sets the value of the prstShdw property.- Parameters:
value- allowed object isCTPresetShadowEffect
-
getReflection
Gets the value of the reflection property.- Returns:
- possible object is
CTReflectionEffect
-
setReflection
Sets the value of the reflection property.- Parameters:
value- allowed object isCTReflectionEffect
-
getSoftEdge
Gets the value of the softEdge property.- Returns:
- possible object is
CTSoftEdgesEffect
-
setSoftEdge
Sets the value of the softEdge property.- Parameters:
value- allowed object isCTSoftEdgesEffect
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-