public class CTBlendEffect extends Object
Java class for CT_BlendEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BlendEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cont" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EffectContainer"/>
</sequence>
<attribute name="blend" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlendMode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STBlendMode |
blend |
protected CTEffectContainer |
cont |
| Constructor and Description |
|---|
CTBlendEffect() |
| Modifier and Type | Method and Description |
|---|---|
STBlendMode |
getBlend()
Gets the value of the blend property.
|
CTEffectContainer |
getCont()
Gets the value of the cont property.
|
void |
setBlend(STBlendMode value)
Sets the value of the blend property.
|
void |
setCont(CTEffectContainer value)
Sets the value of the cont property.
|
protected CTEffectContainer cont
protected STBlendMode blend
public CTEffectContainer getCont()
CTEffectContainerpublic void setCont(CTEffectContainer value)
value - allowed object is
CTEffectContainerpublic STBlendMode getBlend()
STBlendModepublic void setBlend(STBlendMode value)
value - allowed object is
STBlendModeCopyright © 2007-2019. All Rights Reserved.