IAutoShape — Aspose.Slides FOSS Python API Reference

Overview

IAutoShape represents the i auto 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.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
text_frameITextFrameRead-onlyThe text_frame value.
is_text_boxboolRead-onlyWhether the _text_box flag is set.
as_i_geometry_shapeIGeometryShapeRead-onlyThe as_i_geometry_shape value.

Methods

MethodReturnsDescription
add_text_frame(text)ITextFrameAdds a _text_frame to this collection.

See Also