IShapeFrame — Aspose.Slides FOSS Python API Reference
Overview
IShapeFrame represents the i shape frame 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
IShapeFrame is a class in the Aspose.Slides FOSS library for Python that exposes 1 method and 10 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.
Core capabilities include: float; float; float. These operations enable developers to integrate ishapeframe functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
x | float | Read-only | The x value. |
y | float | Read-only | The y value. |
width | float | Read-only | The width value. |
height | float | Read-only | The height value. |
rotation | float | Read-only | The rotation value. |
center_x | float | Read-only | The center_x value. |
center_y | float | Read-only | The center_y value. |
flip_h | NullableBool | Read-only | Whether flip_h is enabled. |
flip_v | NullableBool | Read-only | Whether flip_v is enabled. |
rectangle | Any | Read-only | The rectangle value. |
Methods
| Method | Returns | Description |
|---|---|---|
clone_t() | IShapeFrame | Performs the clone_t operation. |