IAutoShape — Aspose.Slides FOSS Java API Reference
IAutoShape — Represents an AutoShape.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
textFrame | ITextFrame | Read/Write | |
textBox | boolean | Read/Write | |
asIGeometryShape | IGeometryShape | Read/Write |
Methods
| Method | Returns | 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(String text) | ITextFrame | Adds a new text frame to the shape with the specified text. |