|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.PresetShadow
public class PresetShadow
Represents a preset shadow effect.
| Constructor Summary | |
|---|---|
PresetShadow()
Creates a new instance of the PresetShadow class. |
|
PresetShadow(PptxBaseXmlElement source)
|
|
| Method Summary | |
|---|---|
ColorFormat |
getColorFormat()
Color of shadow. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
PresetShadowValue |
getPreset()
Preset. |
void |
setDirection(float value)
|
void |
setDistance(double value)
|
void |
setPreset(PresetShadowValue value)
|
| Constructor Detail |
|---|
public PresetShadow()
java.lang.Exceptionpublic PresetShadow(PptxBaseXmlElement source)
| Method Detail |
|---|
public float getDirection()
public void setDirection(float value)
public double getDistance()
public void setDistance(double value)
public ColorFormat getColorFormat()
public PresetShadowValue getPreset()
public void setPreset(PresetShadowValue value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||