SmartArtShape
Inheritance: java.lang.Object, com.aspose.slides.Shape, com.aspose.slides.GeometryShape
All Implemented Interfaces: com.aspose.slides.ISmartArtShape
public class SmartArtShape extends GeometryShape implements ISmartArtShape
Represents SmartArt shape
Methods
Method | Description |
---|---|
getShapeType() | Returns or sets the geometry preset type. |
setShapeType(int value) | Returns or sets the geometry preset type. |
getTextFrame() | Returns text of the SmartArt shape. |
getShapeType()
public int getShapeType()
Returns or sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read/write ShapeType.
Returns: int
setShapeType(int value)
public void setShapeType(int value)
Returns or sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read/write ShapeType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getTextFrame()
public final ITextFrame getTextFrame()
Returns text of the SmartArt shape. Read-only ITextFrame.
Returns: ITextFrame