Interface CTEffectList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EffectList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEffectList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "blur" elementAppends and returns a new empty "fillOverlay" elementAppends and returns a new empty "glow" elementAppends and returns a new empty "innerShdw" elementAppends and returns a new empty "outerShdw" elementAppends and returns a new empty "prstShdw" elementAppends and returns a new empty "reflection" elementAppends and returns a new empty "softEdge" elementgetBlur()Gets the "blur" elementGets the "fillOverlay" elementgetGlow()Gets the "glow" elementGets the "innerShdw" elementGets the "outerShdw" elementGets the "prstShdw" elementGets the "reflection" elementGets the "softEdge" elementbooleanTrue if has "blur" elementbooleanTrue if has "fillOverlay" elementbooleanTrue if has "glow" elementbooleanTrue if has "innerShdw" elementbooleanTrue if has "outerShdw" elementbooleanTrue if has "prstShdw" elementbooleanTrue if has "reflection" elementbooleanTrue 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" elementvoidUnsets the "blur" elementvoidUnsets the "fillOverlay" elementvoidUnsets the "glow" elementvoidUnsets the "innerShdw" elementvoidUnsets the "outerShdw" elementvoidUnsets the "prstShdw" elementvoidUnsets the "reflection" elementvoidUnsets the "softEdge" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getBlur
CTBlurEffect getBlur()Gets the "blur" element -
isSetBlur
boolean isSetBlur()True if has "blur" element -
setBlur
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
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
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
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
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
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
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
Sets the "softEdge" element -
addNewSoftEdge
CTSoftEdgesEffect addNewSoftEdge()Appends and returns a new empty "softEdge" element -
unsetSoftEdge
void unsetSoftEdge()Unsets the "softEdge" element
-