IAutoShape
Overview
IAutoShape is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IGeometryShape.
Represents an AutoShape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TextFrame | ITextFrame? | Read | Gets the ITextFrame associated with the shape, or null if none |
IsTextBox | bool | Read | |
AsIGeometryShape | IGeometryShape | Read | Provides the shape as an IGeometryShape interface |
Methods
| Signature | Description |
|---|---|
AddTextFrame(text: string?) | The new text frame, or null if the XML element is null. |