com.aspose.slides
Interface IGradientFormatEffectiveData

All Known Implementing Classes:
GradientFormatEffectiveData

public interface IGradientFormatEffectiveData

Imutable object which contains gradient properties.


Method Summary
 int getGradientDirection()
           Returns the style of a gradient.
 byte getGradientShape()
           Returns the shape of a gradient.
 IGradientStopCollectionEffectiveData getGradientStops()
           Returns the collection of gradient stops.
 float getLinearGradientAngle()
           Returns the angle of a gradient.
 boolean getLinearGradientScaled()
           Determines whether a gradient is scaled.
 int getTileFlip()
           Returns the flipping mode for a gradient.
 

Method Detail

getTileFlip

int getTileFlip()

Returns the flipping mode for a gradient. Read-only TileFlip.


getGradientDirection

int getGradientDirection()

Returns the style of a gradient. Read-only GradientDirection.


getLinearGradientAngle

float getLinearGradientAngle()

Returns the angle of a gradient. Read-only float.


getLinearGradientScaled

boolean getLinearGradientScaled()

Determines whether a gradient is scaled. Read-only boolean.


getGradientShape

byte getGradientShape()

Returns the shape of a gradient. Read-only GradientShape.


getGradientStops

IGradientStopCollectionEffectiveData getGradientStops()

Returns the collection of gradient stops. Read-only IGradientStopCollectionEffectiveData.



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