IGradientFormat — Aspose.Slides FOSS Python API Reference
Overview
IGradientFormat defines formatting options for i gradient. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
IGradientFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 6 properties for programmatic use. It extends IFillParamSource and implements ABC, inheriting shared functionality from its parent type.
Core capabilities include: tileflip; gradientdirection; float. These operations enable developers to integrate igradientformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
tile_flip | TileFlip | Read / Write | The tile_flip value. |
gradient_direction | GradientDirection | Read / Write | The gradient_direction value. |
linear_gradient_angle | float | Read / Write | The linear_gradient_angle value. |
linear_gradient_scaled | NullableBool | Read / Write | Whether linear_gradient_scaled is enabled. |
gradient_shape | GradientShape | Read / Write | The gradient_shape value. |
gradient_stops | IGradientStopCollection | Read-only | The gradient_stops value. |