|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.OuterShadow
public class OuterShadow
Represents a outer 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. |
byte |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated. |
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
IColorFormat |
getShadowColor()
Color of shadow. |
double |
getSkewHorizontal()
Specifies the horizontal skew angle (in degrees). |
double |
getSkewVertical()
Specifies the vertical skew angle (in degrees). |
void |
setBlurRadius(double value)
Blur radius. |
void |
setDirection(float value)
Direction of shadow. |
void |
setDistance(double value)
Distance of shadow. |
void |
setRectangleAlign(byte value)
Rectangle alignment. |
void |
setRotateShadowWithShape(boolean value)
Specifies whether the shadow should rotate with the shape if the shape is rotated. |
void |
setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip. |
void |
setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip. |
void |
setSkewHorizontal(double value)
Specifies the horizontal skew angle (in degrees). |
void |
setSkewVertical(double value)
Specifies the vertical skew angle (in degrees). |
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 IOuterShadow
public void setBlurRadius(double value)
Blur radius.
Read/write double
.
setBlurRadius
in interface IOuterShadow
public float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IOuterShadow
public void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IOuterShadow
public double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IOuterShadow
public void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IOuterShadow
public IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IOuterShadow
public byte getRectangleAlign()
Rectangle alignment.
Read/write RectangleAlignment
.
getRectangleAlign
in interface IOuterShadow
public void setRectangleAlign(byte value)
Rectangle alignment.
Read/write RectangleAlignment
.
setRectangleAlign
in interface IOuterShadow
public double getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
Read/write double
.
getSkewHorizontal
in interface IOuterShadow
public void setSkewHorizontal(double value)
Specifies the horizontal skew angle (in degrees).
Read/write double
.
setSkewHorizontal
in interface IOuterShadow
public double getSkewVertical()
Specifies the vertical skew angle (in degrees).
Read/write double
.
getSkewVertical
in interface IOuterShadow
public void setSkewVertical(double value)
Specifies the vertical skew angle (in degrees).
Read/write double
.
setSkewVertical
in interface IOuterShadow
public boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write boolean
.
getRotateShadowWithShape
in interface IOuterShadow
public void setRotateShadowWithShape(boolean value)
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write boolean
.
setRotateShadowWithShape
in interface IOuterShadow
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double
.
getScaleHorizontal
in interface IOuterShadow
public void setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double
.
setScaleHorizontal
in interface IOuterShadow
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double
.
getScaleVertical
in interface IOuterShadow
public void setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double
.
setScaleVertical
in interface IOuterShadow
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 |