com.aspose.slides
Interface IPresetShadowEffectiveData

All Known Implementing Classes:
PresetShadowEffectiveData

public interface IPresetShadowEffectiveData

Immutable object which represents a preset shadow effect.


Method Summary
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 int getPreset()
           Preset.
 java.awt.Color getShadowColor()
           Color of shadow.
 

Method Detail

getDirection

float getDirection()

Direction of shadow. Read-only float.


getDistance

double getDistance()

Distance of shadow. Read-only double.


getShadowColor

java.awt.Color getShadowColor()

Color of shadow. Read-only java.awt.Color.


getPreset

int getPreset()

Preset. Read-only PresetShadowType.



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