com.aspose.slides
Interface IGradientFormat

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
GradientFormat

public interface IGradientFormat
extends IFillParamSource


Method Summary
 int getGradientDirection()
           Returns or sets the style of a gradient.
 byte getGradientShape()
           Returns or sets the shape of a gradient.
 IGradientStopCollection getGradientStops()
           Returns the collection of gradient stops.
 float getLinearGradientAngle()
           Returns or sets the angle of a gradient.
 byte getLinearGradientScaled()
           Determines whether a gradient is scaled.
 int getTileFlip()
           Returns or sets the flipping mode for a gradient.
 void setGradientDirection(int value)
           Returns or sets the style of a gradient.
 void setGradientShape(byte value)
           Returns or sets the shape of a gradient.
 void setLinearGradientAngle(float value)
           Returns or sets the angle of a gradient.
 void setLinearGradientScaled(byte value)
           Determines whether a gradient is scaled.
 void setTileFlip(int value)
           Returns or sets the flipping mode for a gradient.
 

Method Detail

getTileFlip

int getTileFlip()

Returns or sets the flipping mode for a gradient. Read/write TileFlip.


setTileFlip

void setTileFlip(int value)

Returns or sets the flipping mode for a gradient. Read/write TileFlip.


getGradientDirection

int getGradientDirection()

Returns or sets the style of a gradient. Read/write GradientDirection.


setGradientDirection

void setGradientDirection(int value)

Returns or sets the style of a gradient. Read/write GradientDirection.


getLinearGradientAngle

float getLinearGradientAngle()

Returns or sets the angle of a gradient. Read/write float.


setLinearGradientAngle

void setLinearGradientAngle(float value)

Returns or sets the angle of a gradient. Read/write float.


getLinearGradientScaled

byte getLinearGradientScaled()

Determines whether a gradient is scaled. Read/write NullableBool.


setLinearGradientScaled

void setLinearGradientScaled(byte value)

Determines whether a gradient is scaled. Read/write NullableBool.


getGradientShape

byte getGradientShape()

Returns or sets the shape of a gradient. Read/write GradientShape.


setGradientShape

void setGradientShape(byte value)

Returns or sets the shape of a gradient. Read/write GradientShape.


getGradientStops

IGradientStopCollection getGradientStops()

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



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