|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.AutoShape
public class AutoShape
Represents an AutoShape.
Nested Class Summary | |
---|---|
static class |
AutoShape.AutoShapePath
Deprecated. |
Method Summary | |
---|---|
Adjustments |
getAdjustments()
Returns adjustments values for the AutoShape. |
com.aspose.ms.System.Collections.ArrayList |
getPaths()
Returns ArrayList collection with AutoShapePath objects. |
int |
getShapeType()
Returns type of an AutoShape. |
java.awt.geom.Rectangle2D.Float |
getTextRectangle()
|
void |
serialize(java.io.OutputStream stream)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void serialize(java.io.OutputStream stream)
serialize
in class Shape
public java.awt.geom.Rectangle2D.Float getTextRectangle()
public com.aspose.ms.System.Collections.ArrayList getPaths()
Returns ArrayList collection with AutoShapePath objects.
Read/write ArrayList
.
public int getShapeType()
Returns type of an AutoShape.
Read-only AutoShapeType
.
public Adjustments getAdjustments()
Returns adjustments values for the AutoShape.
Read-only Aspose.Slides.Adjustments
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |