public class CTEffectContainer extends Object
Java class for CT_EffectContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EffectContainer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_Effect" maxOccurs="unbounded" minOccurs="0"/> <attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_EffectContainerType" default="sib" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
egEffect |
protected String |
name |
protected STEffectContainerType |
type |
Constructor and Description |
---|
CTEffectContainer() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getEGEffect()
Gets the value of the egEffect property.
|
String |
getName()
Gets the value of the name property.
|
STEffectContainerType |
getType()
Gets the value of the type property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(STEffectContainerType value)
Sets the value of the type property.
|
protected STEffectContainerType type
protected String name
public List<Object> getEGEffect()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the egEffect property.
For example, to add a new item, do as follows:
getEGEffect().add(newItem);
Objects of the following type(s) are allowed in the list
CTAlphaFloorEffect
CTColorReplaceEffect
CTAlphaReplaceEffect
CTEffectReference
CTPresetShadowEffect
CTFillOverlayEffect
CTGlowEffect
CTTransformEffect
CTLuminanceEffect
CTHSLEffect
CTAlphaCeilingEffect
CTBlendEffect
CTGrayscaleEffect
CTAlphaInverseEffect
CTAlphaBiLevelEffect
CTEffectContainer
CTDuotoneEffect
CTSoftEdgesEffect
CTOuterShadowEffect
CTTintEffect
CTInnerShadowEffect
CTRelativeOffsetEffect
CTReflectionEffect
CTAlphaModulateFixedEffect
CTBlurEffect
CTBiLevelEffect
CTAlphaOutsetEffect
CTColorChangeEffect
CTAlphaModulateEffect
CTFillEffect
public STEffectContainerType getType()
STEffectContainerType
public void setType(STEffectContainerType value)
value
- allowed object is
STEffectContainerType
public String getName()
String
Copyright © 2007-2014. All Rights Reserved.