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


Properties

PropertyTypeAccessDescription
is_text_holderboolRead-onlyWhether the _text_holder flag is set.
placeholderIPlaceholderRead-onlyThe placeholder value.
custom_dataICustomDataRead-onlyThe custom_data value.
raw_frameIShapeFrameRead / WriteThe raw_frame value.
frameIShapeFrameRead / WriteThe frame value.
line_formatILineFormatRead-onlyThe line_format value.
three_d_formatIThreeDFormatRead-onlyThe three_d_format value.
effect_formatIEffectFormatRead-onlyThe effect_format value.
fill_formatIFillFormatRead-onlyThe fill_format value.
hiddenboolRead / WriteWhether hidden is enabled.
z_order_positionintRead-onlyThe z_order_position value.
connection_site_countintRead-onlyThe connection_site_count value.
rotationfloatRead / WriteThe rotation value.
xfloatRead / WriteThe x value.
yfloatRead / WriteThe y value.
widthfloatRead / WriteThe width value.
heightfloatRead / WriteThe height value.
alternative_textstrRead / WriteThe alternative_text value.
alternative_text_titlestrRead / WriteThe alternative_text_title value.
namestrRead / WriteThe name value.
is_decorativeboolRead / WriteWhether the _decorative flag is set.
unique_idintRead-onlyThe unique_id value.
office_interop_shape_idintRead-onlyThe office_interop_shape_id value.
is_groupedboolRead-onlyWhether the _grouped flag is set.
as_i_slide_componentISlideComponentRead-onlyThe as_i_slide_component value.

See Also