public class CTAlphaModulateEffect extends Object
Java class for CT_AlphaModulateEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AlphaModulateEffect"> <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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTEffectContainer |
cont |
Constructor and Description |
---|
CTAlphaModulateEffect() |
Modifier and Type | Method and Description |
---|---|
CTEffectContainer |
getCont()
Gets the value of the cont property.
|
void |
setCont(CTEffectContainer value)
Sets the value of the cont property.
|
protected CTEffectContainer cont
public CTEffectContainer getCont()
CTEffectContainer
public void setCont(CTEffectContainer value)
value
- allowed object is
CTEffectContainer
Copyright © 2007-2014. All Rights Reserved.