public class CTBlendEffect extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STBlendMode |
getBlend()
Gets the value of the blend property.
|
CTEffectContainer |
getCont()
Gets the value of the cont property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBlend(STBlendMode value)
Sets the value of the blend property.
|
void |
setCont(CTEffectContainer value)
Sets the value of the cont property.
|
void |
setParent(Object parent) |
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
STBlendModepublic 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-2022. All Rights Reserved.