com.aspose.slides
Interface IInnerShadow

All Known Implementing Classes:
InnerShadow

public interface IInnerShadow

Represents a inner shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 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.
 

Method Detail

getBlurRadius

double getBlurRadius()

Blur radius. Read/write double.


setBlurRadius

void setBlurRadius(double value)

Blur radius. Read/write double.


getDirection

float getDirection()

Direction of shadow. Read/write float.


setDirection

void setDirection(float value)

Direction of shadow. Read/write float.


getDistance

double getDistance()

Distance of shadow. Read/write double.


setDistance

void setDistance(double value)

Distance of shadow. Read/write double.


getShadowColor

IColorFormat getShadowColor()

Color of shadow. Read-only IColorFormat.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.