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


Properties

PropertyTypeAccessDescription
xfloatRead-onlyThe x value.
yfloatRead-onlyThe y value.
widthfloatRead-onlyThe width value.
heightfloatRead-onlyThe height value.
rotationfloatRead-onlyThe rotation value.
center_xfloatRead-onlyThe center_x value.
center_yfloatRead-onlyThe center_y value.
flip_hNullableBoolRead-onlyWhether flip_h is enabled.
flip_vNullableBoolRead-onlyWhether flip_v is enabled.
rectangleAnyRead-onlyThe rectangle value.

Methods

MethodReturnsDescription
clone_t()IShapeFramePerforms the clone_t operation.

See Also