AutoShape — Aspose.Slides FOSS Java API Reference
AutoShape — Represents an AutoShape. Inherits from: GeometryShape, IAutoShape.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
shapeType | ShapeType | Read/Write | |
textFrame | ITextFrame | Read/Write | |
textBox | boolean | Read/Write | |
asIGeometryShape | IGeometryShape | Read/Write | |
fillFormat | IFillFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getShapeType() | ShapeType | {@inheritDoc} Checks for custom geometry (<a:custGeom>) in addition to the base class preset geometry lookup. |
setShapeType(ShapeType value) | void | {@inheritDoc} Removes any existing custom geometry (<a:custGeom>) before applying the preset, and clears children of an existing <a:prstGeom>. |
getTextFrame() | ITextFrame | |
isTextBox() | boolean | |
getAsIGeometryShape() | IGeometryShape | |
addTextFrame(String text) | ITextFrame | |
getFillFormat() | IFillFormat | {@inheritDoc} / |