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.
|
long |
getVersion()
Version.
|
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, hashCodepublic long getVersion()
Version.
Read-only long.
getVersion in class PVIObjectpublic final int getTileFlip()
Returns or sets the flipping mode for a gradient.
Read/write TileFlip.
getTileFlip in interface IGradientFormatpublic final void setTileFlip(int value)
Returns or sets the flipping mode for a gradient.
Read/write TileFlip.
setTileFlip in interface IGradientFormatpublic final int getGradientDirection()
Returns or sets the style of a gradient.
Read/write GradientDirection.
getGradientDirection in interface IGradientFormatpublic final void setGradientDirection(int value)
Returns or sets the style of a gradient.
Read/write GradientDirection.
setGradientDirection in interface IGradientFormatpublic final float getLinearGradientAngle()
Returns or sets the angle of a gradient.
Read/write float.
getLinearGradientAngle in interface IGradientFormatpublic final void setLinearGradientAngle(float value)
Returns or sets the angle of a gradient.
Read/write float.
setLinearGradientAngle in interface IGradientFormatpublic final byte getLinearGradientScaled()
Determines whether a gradient is scaled.
Read/write NullableBool.
getLinearGradientScaled in interface IGradientFormatpublic final void setLinearGradientScaled(byte value)
Determines whether a gradient is scaled.
Read/write NullableBool.
setLinearGradientScaled in interface IGradientFormatpublic final byte getGradientShape()
Returns or sets the shape of a gradient.
Read/write GradientShape.
getGradientShape in interface IGradientFormatpublic final void setGradientShape(byte value)
Returns or sets the shape of a gradient.
Read/write GradientShape.
setGradientShape in interface IGradientFormatpublic final IGradientStopCollection getGradientStops()
Returns the collection of gradient stops.
Read-only IGradientStopCollection.
getGradientStops in interface IGradientFormatCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.