public final class GradientFormat extends PVIObject implements IGradientFormat
Represent a gradient format.
Modifier and Type | Method and Description |
---|---|
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.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, getVersion, hashCode, reset_Parent_IPresentationComponent
public final int getTileFlip()
Returns or sets the flipping mode for a gradient.
Read/write TileFlip
.
getTileFlip
in interface IGradientFormat
public final void setTileFlip(int value)
Returns or sets the flipping mode for a gradient.
Read/write TileFlip
.
setTileFlip
in interface IGradientFormat
public final int getGradientDirection()
Returns or sets the style of a gradient.
Read/write GradientDirection
.
getGradientDirection
in interface IGradientFormat
public final void setGradientDirection(int value)
Returns or sets the style of a gradient.
Read/write GradientDirection
.
setGradientDirection
in interface IGradientFormat
public final float getLinearGradientAngle()
Returns or sets the angle of a gradient.
Read/write float
.
getLinearGradientAngle
in interface IGradientFormat
public final void setLinearGradientAngle(float value)
Returns or sets the angle of a gradient.
Read/write float
.
setLinearGradientAngle
in interface IGradientFormat
public final byte getLinearGradientScaled()
Determines whether a gradient is scaled.
Read/write NullableBool
.
getLinearGradientScaled
in interface IGradientFormat
public final void setLinearGradientScaled(byte value)
Determines whether a gradient is scaled.
Read/write NullableBool
.
setLinearGradientScaled
in interface IGradientFormat
public final byte getGradientShape()
Returns or sets the shape of a gradient.
Read/write GradientShape
.
getGradientShape
in interface IGradientFormat
public final void setGradientShape(byte value)
Returns or sets the shape of a gradient.
Read/write GradientShape
.
setGradientShape
in interface IGradientFormat
public final IGradientStopCollection getGradientStops()
Returns the collection of gradient stops.
Read-only IGradientStopCollection
.
getGradientStops
in interface IGradientFormat