IOuterShadow — Aspose.Slides FOSS Python API Reference
Overview
IOuterShadow represents the i outer shadow in a presentation. 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.
Package: aspose.slides_foss
Description
IOuterShadow is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 11 properties for programmatic use. It extends IImageTransformOperation and implements ABC, inheriting shared functionality from its parent type.
Core capabilities include: float; float; float. These operations enable developers to integrate ioutershadow functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
blur_radius | float | Read / Write | The blur_radius value. |
direction | float | Read / Write | The direction value. |
distance | float | Read / Write | The distance value. |
shadow_color | IColorFormat | Read-only | The shadow_color value. |
rectangle_align | RectangleAlignment | Read / Write | The rectangle_align value. |
skew_horizontal | float | Read / Write | The skew_horizontal value. |
skew_vertical | float | Read / Write | The skew_vertical value. |
rotate_shadow_with_shape | bool | Read / Write | Whether rotate_shadow_with_shape is enabled. |
scale_horizontal | float | Read / Write | The scale_horizontal value. |
scale_vertical | float | Read / Write | The scale_vertical value. |
as_i_image_transform_operation | IImageTransformOperation | Read-only | The as_i_image_transform_operation value. |