public class CTEffectStyleItem extends Object
Java class for CT_EffectStyleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EffectStyleItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties"/> <element name="scene3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scene3D" minOccurs="0"/> <element name="sp3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Shape3D" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected CTScene3D |
scene3D |
protected CTShape3D |
sp3D |
Constructor and Description |
---|
CTEffectStyleItem() |
Modifier and Type | Method and Description |
---|---|
CTEffectContainer |
getEffectDag()
Gets the value of the effectDag property.
|
CTEffectList |
getEffectLst()
Gets the value of the effectLst property.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTShape3D |
getSp3D()
Gets the value of the sp3D property.
|
void |
setEffectDag(CTEffectContainer value)
Sets the value of the effectDag property.
|
void |
setEffectLst(CTEffectList value)
Sets the value of the effectLst property.
|
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSp3D(CTShape3D value)
Sets the value of the sp3D property.
|
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTScene3D scene3D
protected CTShape3D sp3D
public CTEffectList getEffectLst()
CTEffectList
public void setEffectLst(CTEffectList value)
value
- allowed object is
CTEffectList
public CTEffectContainer getEffectDag()
CTEffectContainer
public void setEffectDag(CTEffectContainer value)
value
- allowed object is
CTEffectContainer
public CTScene3D getScene3D()
CTScene3D
public void setScene3D(CTScene3D value)
value
- allowed object is
CTScene3D
public CTShape3D getSp3D()
CTShape3D
Copyright © 2007-2018. All Rights Reserved.