IAutoShape
Overview
IAutoShape is a interface in Aspose.Slides FOSS for Java.
Inherits from: IGeometryShape.
Represents an AutoShape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
textFrame | ITextFrame | Read | Returns the TextFrame object for the AutoShape. |
textBox | boolean | Read | Specifies if the shape is a text box. |
asIGeometryShape | IGeometryShape | Read | Allows to get base IGeometryShape interface. |
Methods
| Signature | Description |
|---|---|
getTextFrame() → ITextFrame | Returns the TextFrame object for the AutoShape. |
isTextBox() → boolean | Specifies if the shape is a text box. |
getAsIGeometryShape() → IGeometryShape | Allows to get base IGeometryShape interface. |
addTextFrame(text: String) → ITextFrame | Adds a new text frame to the shape with the specified text. |