|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PresetShadow
public class PresetShadow
Represents a preset shadow effect.
Constructor Summary | |
---|---|
PresetShadow()
Creates a new instance of the PresetShadow class. |
Method Summary | |
---|---|
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
int |
getPreset()
Preset. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
ColorFormatEx |
getShadowColor()
Color of shadow. |
void |
setDirection(float value)
|
void |
setDistance(double value)
|
void |
setPreset(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresetShadow()
Creates a new instance of the PresetShadow class.
Method Detail |
---|
public float getDirection()
Direction of shadow.
public void setDirection(float value)
public double getDistance()
Distance of shadow.
public void setDistance(double value)
public ColorFormatEx getShadowColor()
Color of shadow.
public int getPreset()
Preset.
public void setPreset(int value)
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |