IAutoShape

Overview

IAutoShape is a interface in Aspose.Slides FOSS for .NET. Inherits from: IGeometryShape.

Represents an AutoShape.

Properties

NameTypeAccessDescription
TextFrameITextFrame?ReadGets the ITextFrame associated with the shape, or null if none
IsTextBoxboolRead
AsIGeometryShapeIGeometryShapeReadProvides the shape as an IGeometryShape interface

Methods

SignatureDescription
AddTextFrame(text: string?)The new text frame, or null if the XML element is null.

See Also