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

PropertyTypeAccessDescription
tile_flipTileFlipRead / WriteThe tile_flip value.
gradient_directionGradientDirectionRead / WriteThe gradient_direction value.
linear_gradient_anglefloatRead / WriteThe linear_gradient_angle value.
linear_gradient_scaledNullableBoolRead / WriteWhether linear_gradient_scaled is enabled.
gradient_shapeGradientShapeRead / WriteThe gradient_shape value.
gradient_stopsIGradientStopCollectionRead-onlyThe gradient_stops value.

See Also