com.aspose.slides
Interface IPresetShadow

All Known Implementing Classes:
PresetShadow

public interface IPresetShadow

Represents a preset shadow effect.


Method Summary
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 int getPreset()
           Preset.
 IColorFormat getShadowColor()
           Color of shadow.
 void setDirection(float value)
           Direction of shadow.
 void setDistance(double value)
           Distance of shadow.
 void setPreset(int value)
           Preset.
 

Method Detail

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.


getPreset

int getPreset()

Preset. Read/write PresetShadowType.


setPreset

void setPreset(int value)

Preset. Read/write PresetShadowType.



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