|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.InnerShadow
public class InnerShadow
Represents a inner shadow effect.
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective()
|
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.util.FloatColor styleColor)
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IColorFormat |
getShadowColor()
Color of shadow. |
void |
setBlurRadius(double value)
Blur radius. |
void |
setDirection(float value)
Direction of shadow. |
void |
setDistance(double value)
Distance of shadow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getBlurRadius()
Blur radius.
Read/write double
.
getBlurRadius
in interface IInnerShadow
public void setBlurRadius(double value)
Blur radius.
Read/write double
.
setBlurRadius
in interface IInnerShadow
public float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IInnerShadow
public void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IInnerShadow
public double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IInnerShadow
public void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IInnerShadow
public IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IInnerShadow
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |