public class PresetShadowEffectiveData extends EffectEffectiveData<PresetShadow,PresetShadowEffectiveData> implements IPresetShadowEffectiveData
Immutable object which represents a preset shadow effect.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
int |
getPreset()
Preset.
|
java.lang.Integer |
getShadowColor()
Color of shadow.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IPresetShadowEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IPresetShadowEffectiveData
public final java.lang.Integer getShadowColor()
Color of shadow.
Read-only Integer
.
getShadowColor
in interface IPresetShadowEffectiveData
public final int getPreset()
Preset.
Read-only PresetShadowType
.
getPreset
in interface IPresetShadowEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<PresetShadow,PresetShadowEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<PresetShadow,PresetShadowEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.