Interface CTEffectList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTEffectList extends XmlObject
An XML CT_EffectList(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTEffectList.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTBlurEffectaddNewBlur()Appends and returns a new empty "blur" elementCTFillOverlayEffectaddNewFillOverlay()Appends and returns a new empty "fillOverlay" elementCTGlowEffectaddNewGlow()Appends and returns a new empty "glow" elementCTInnerShadowEffectaddNewInnerShdw()Appends and returns a new empty "innerShdw" elementCTOuterShadowEffectaddNewOuterShdw()Appends and returns a new empty "outerShdw" elementCTPresetShadowEffectaddNewPrstShdw()Appends and returns a new empty "prstShdw" elementCTReflectionEffectaddNewReflection()Appends and returns a new empty "reflection" elementCTSoftEdgesEffectaddNewSoftEdge()Appends and returns a new empty "softEdge" elementCTBlurEffectgetBlur()Gets the "blur" elementCTFillOverlayEffectgetFillOverlay()Gets the "fillOverlay" elementCTGlowEffectgetGlow()Gets the "glow" elementCTInnerShadowEffectgetInnerShdw()Gets the "innerShdw" elementCTOuterShadowEffectgetOuterShdw()Gets the "outerShdw" elementCTPresetShadowEffectgetPrstShdw()Gets the "prstShdw" elementCTReflectionEffectgetReflection()Gets the "reflection" elementCTSoftEdgesEffectgetSoftEdge()Gets the "softEdge" elementbooleanisSetBlur()True if has "blur" elementbooleanisSetFillOverlay()True if has "fillOverlay" elementbooleanisSetGlow()True if has "glow" elementbooleanisSetInnerShdw()True if has "innerShdw" elementbooleanisSetOuterShdw()True if has "outerShdw" elementbooleanisSetPrstShdw()True if has "prstShdw" elementbooleanisSetReflection()True if has "reflection" elementbooleanisSetSoftEdge()True if has "softEdge" elementvoidsetBlur(CTBlurEffect blur)Sets the "blur" elementvoidsetFillOverlay(CTFillOverlayEffect fillOverlay)Sets the "fillOverlay" elementvoidsetGlow(CTGlowEffect glow)Sets the "glow" elementvoidsetInnerShdw(CTInnerShadowEffect innerShdw)Sets the "innerShdw" elementvoidsetOuterShdw(CTOuterShadowEffect outerShdw)Sets the "outerShdw" elementvoidsetPrstShdw(CTPresetShadowEffect prstShdw)Sets the "prstShdw" elementvoidsetReflection(CTReflectionEffect reflection)Sets the "reflection" elementvoidsetSoftEdge(CTSoftEdgesEffect softEdge)Sets the "softEdge" elementvoidunsetBlur()Unsets the "blur" elementvoidunsetFillOverlay()Unsets the "fillOverlay" elementvoidunsetGlow()Unsets the "glow" elementvoidunsetInnerShdw()Unsets the "innerShdw" elementvoidunsetOuterShdw()Unsets the "outerShdw" elementvoidunsetPrstShdw()Unsets the "prstShdw" elementvoidunsetReflection()Unsets the "reflection" elementvoidunsetSoftEdge()Unsets the "softEdge" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getBlur
CTBlurEffect getBlur()
Gets the "blur" element
-
isSetBlur
boolean isSetBlur()
True if has "blur" element
-
setBlur
void setBlur(CTBlurEffect blur)
Sets the "blur" element
-
addNewBlur
CTBlurEffect addNewBlur()
Appends and returns a new empty "blur" element
-
unsetBlur
void unsetBlur()
Unsets the "blur" element
-
getFillOverlay
CTFillOverlayEffect getFillOverlay()
Gets the "fillOverlay" element
-
isSetFillOverlay
boolean isSetFillOverlay()
True if has "fillOverlay" element
-
setFillOverlay
void setFillOverlay(CTFillOverlayEffect fillOverlay)
Sets the "fillOverlay" element
-
addNewFillOverlay
CTFillOverlayEffect addNewFillOverlay()
Appends and returns a new empty "fillOverlay" element
-
unsetFillOverlay
void unsetFillOverlay()
Unsets the "fillOverlay" element
-
getGlow
CTGlowEffect getGlow()
Gets the "glow" element
-
isSetGlow
boolean isSetGlow()
True if has "glow" element
-
setGlow
void setGlow(CTGlowEffect glow)
Sets the "glow" element
-
addNewGlow
CTGlowEffect addNewGlow()
Appends and returns a new empty "glow" element
-
unsetGlow
void unsetGlow()
Unsets the "glow" element
-
getInnerShdw
CTInnerShadowEffect getInnerShdw()
Gets the "innerShdw" element
-
isSetInnerShdw
boolean isSetInnerShdw()
True if has "innerShdw" element
-
setInnerShdw
void setInnerShdw(CTInnerShadowEffect innerShdw)
Sets the "innerShdw" element
-
addNewInnerShdw
CTInnerShadowEffect addNewInnerShdw()
Appends and returns a new empty "innerShdw" element
-
unsetInnerShdw
void unsetInnerShdw()
Unsets the "innerShdw" element
-
getOuterShdw
CTOuterShadowEffect getOuterShdw()
Gets the "outerShdw" element
-
isSetOuterShdw
boolean isSetOuterShdw()
True if has "outerShdw" element
-
setOuterShdw
void setOuterShdw(CTOuterShadowEffect outerShdw)
Sets the "outerShdw" element
-
addNewOuterShdw
CTOuterShadowEffect addNewOuterShdw()
Appends and returns a new empty "outerShdw" element
-
unsetOuterShdw
void unsetOuterShdw()
Unsets the "outerShdw" element
-
getPrstShdw
CTPresetShadowEffect getPrstShdw()
Gets the "prstShdw" element
-
isSetPrstShdw
boolean isSetPrstShdw()
True if has "prstShdw" element
-
setPrstShdw
void setPrstShdw(CTPresetShadowEffect prstShdw)
Sets the "prstShdw" element
-
addNewPrstShdw
CTPresetShadowEffect addNewPrstShdw()
Appends and returns a new empty "prstShdw" element
-
unsetPrstShdw
void unsetPrstShdw()
Unsets the "prstShdw" element
-
getReflection
CTReflectionEffect getReflection()
Gets the "reflection" element
-
isSetReflection
boolean isSetReflection()
True if has "reflection" element
-
setReflection
void setReflection(CTReflectionEffect reflection)
Sets the "reflection" element
-
addNewReflection
CTReflectionEffect addNewReflection()
Appends and returns a new empty "reflection" element
-
unsetReflection
void unsetReflection()
Unsets the "reflection" element
-
getSoftEdge
CTSoftEdgesEffect getSoftEdge()
Gets the "softEdge" element
-
isSetSoftEdge
boolean isSetSoftEdge()
True if has "softEdge" element
-
setSoftEdge
void setSoftEdge(CTSoftEdgesEffect softEdge)
Sets the "softEdge" element
-
addNewSoftEdge
CTSoftEdgesEffect addNewSoftEdge()
Appends and returns a new empty "softEdge" element
-
unsetSoftEdge
void unsetSoftEdge()
Unsets the "softEdge" element
-
-