AutoShape

Overview

AutoShape is a class in Aspose.Slides FOSS for Python. Inherits from: GeometryShape, IAutoShape.

Represents an AutoShape.

Properties

NameTypeAccessDescription
shape_typeShapeTypeReadGets the ShapeType enumeration value that identifies the auto shape’s type
text_frameITextFrameReadReturns TextFrame object for the AutoShape.
is_text_boxboolReadSpecifies if the shape is a text box.
as_i_geometry_shapeIGeometryShapeReadProvides the shape cast as an IGeometryShape interface

Methods

SignatureDescription
add_text_frame(text)ITextFrameAdds a TextFrame containing the given text and returns the ITextFrame

See Also