public class CTEffectList extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTBlurEffect |
blur |
protected CTFillOverlayEffect |
fillOverlay |
protected CTGlowEffect |
glow |
protected CTInnerShadowEffect |
innerShdw |
protected CTOuterShadowEffect |
outerShdw |
protected CTPresetShadowEffect |
prstShdw |
protected CTReflectionEffect |
reflection |
protected CTSoftEdgesEffect |
softEdge |
| Constructor and Description |
|---|
CTEffectList() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBlurEffect |
getBlur()
Gets the value of the blur property.
|
CTFillOverlayEffect |
getFillOverlay()
Gets the value of the fillOverlay property.
|
CTGlowEffect |
getGlow()
Gets the value of the glow property.
|
CTInnerShadowEffect |
getInnerShdw()
Gets the value of the innerShdw property.
|
CTOuterShadowEffect |
getOuterShdw()
Gets the value of the outerShdw property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresetShadowEffect |
getPrstShdw()
Gets the value of the prstShdw property.
|
CTReflectionEffect |
getReflection()
Gets the value of the reflection property.
|
CTSoftEdgesEffect |
getSoftEdge()
Gets the value of the softEdge property.
|
void |
setBlur(CTBlurEffect value)
Sets the value of the blur property.
|
void |
setFillOverlay(CTFillOverlayEffect value)
Sets the value of the fillOverlay property.
|
void |
setGlow(CTGlowEffect value)
Sets the value of the glow property.
|
void |
setInnerShdw(CTInnerShadowEffect value)
Sets the value of the innerShdw property.
|
void |
setOuterShdw(CTOuterShadowEffect value)
Sets the value of the outerShdw property.
|
void |
setParent(Object parent) |
void |
setPrstShdw(CTPresetShadowEffect value)
Sets the value of the prstShdw property.
|
void |
setReflection(CTReflectionEffect value)
Sets the value of the reflection property.
|
void |
setSoftEdge(CTSoftEdgesEffect value)
Sets the value of the softEdge property.
|
protected CTBlurEffect blur
protected CTFillOverlayEffect fillOverlay
protected CTGlowEffect glow
protected CTInnerShadowEffect innerShdw
protected CTOuterShadowEffect outerShdw
protected CTPresetShadowEffect prstShdw
protected CTReflectionEffect reflection
protected CTSoftEdgesEffect softEdge
public CTBlurEffect getBlur()
CTBlurEffectpublic void setBlur(CTBlurEffect value)
value - allowed object is
CTBlurEffectpublic CTFillOverlayEffect getFillOverlay()
CTFillOverlayEffectpublic void setFillOverlay(CTFillOverlayEffect value)
value - allowed object is
CTFillOverlayEffectpublic CTGlowEffect getGlow()
CTGlowEffectpublic void setGlow(CTGlowEffect value)
value - allowed object is
CTGlowEffectpublic CTInnerShadowEffect getInnerShdw()
CTInnerShadowEffectpublic void setInnerShdw(CTInnerShadowEffect value)
value - allowed object is
CTInnerShadowEffectpublic CTOuterShadowEffect getOuterShdw()
CTOuterShadowEffectpublic void setOuterShdw(CTOuterShadowEffect value)
value - allowed object is
CTOuterShadowEffectpublic CTPresetShadowEffect getPrstShdw()
CTPresetShadowEffectpublic void setPrstShdw(CTPresetShadowEffect value)
value - allowed object is
CTPresetShadowEffectpublic CTReflectionEffect getReflection()
CTReflectionEffectpublic void setReflection(CTReflectionEffect value)
value - allowed object is
CTReflectionEffectpublic CTSoftEdgesEffect getSoftEdge()
CTSoftEdgesEffectpublic void setSoftEdge(CTSoftEdgesEffect value)
value - allowed object is
CTSoftEdgesEffectpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.