|
|||||||||
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
Represents a path used to draw an AutoShape. |
Method Summary | |
---|---|
Adjustments |
getAdjustments()
Returns adjustments values for the AutoShape. |
java.util.ArrayList |
getPaths()
Returns ArrayList collection with AutoShapePath objects. |
int |
getShapeType()
Returns the type of an AutoShape. |
java.awt.geom.Rectangle2D.Float |
getTextRectangle()
Returns the coordinates of a text rectangle of an AutoShape. |
void |
serialize(java.io.OutputStream stream)
Serializes an AutoShape to a 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) throws PptException
serialize
in class Shape
stream
- The stream to which the AutoShape is to be serialized.
PptException
- in case of serialization errors.public java.awt.geom.Rectangle2D.Float getTextRectangle()
public java.util.ArrayList getPaths()
public int getShapeType()
AutoShapeType
.
public Adjustments getAdjustments()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |