IShape — Aspose.Slides FOSS Python API Reference
Overview
IShape represents the i shape 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. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
IShape is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 25 properties for programmatic use. It extends ISlideComponent and implements IPresentationComponent, IHyperlinkContainer, inheriting shared functionality from its parent type.
Core capabilities include: bool; iplaceholder; icustomdata. These operations enable developers to integrate ishape functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
is_text_holder | bool | Read-only | Whether the _text_holder flag is set. |
placeholder | IPlaceholder | Read-only | The placeholder value. |
custom_data | ICustomData | Read-only | The custom_data value. |
raw_frame | IShapeFrame | Read / Write | The raw_frame value. |
frame | IShapeFrame | Read / Write | The frame value. |
line_format | ILineFormat | Read-only | The line_format value. |
three_d_format | IThreeDFormat | Read-only | The three_d_format value. |
effect_format | IEffectFormat | Read-only | The effect_format value. |
fill_format | IFillFormat | Read-only | The fill_format value. |
hidden | bool | Read / Write | Whether hidden is enabled. |
z_order_position | int | Read-only | The z_order_position value. |
connection_site_count | int | Read-only | The connection_site_count value. |
rotation | float | Read / Write | The rotation value. |
x | float | Read / Write | The x value. |
y | float | Read / Write | The y value. |
width | float | Read / Write | The width value. |
height | float | Read / Write | The height value. |
alternative_text | str | Read / Write | The alternative_text value. |
alternative_text_title | str | Read / Write | The alternative_text_title value. |
name | str | Read / Write | The name value. |
is_decorative | bool | Read / Write | Whether the _decorative flag is set. |
unique_id | int | Read-only | The unique_id value. |
office_interop_shape_id | int | Read-only | The office_interop_shape_id value. |
is_grouped | bool | Read-only | Whether the _grouped flag is set. |
as_i_slide_component | ISlideComponent | Read-only | The as_i_slide_component value. |