|
||||||||
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 the AutoShape shape.
Nested Class Summary | |
---|---|
static class |
AutoShape.AutoShapePath
|
Method Summary | |
---|---|
Adjustments |
getAdjustments()
Returns adjustments values for the AutoShape. |
int |
getShapeType()
Returns type of an AutoShape. |
java.awt.geom.Rectangle2D.Float |
getTextRectangle()
Returns the coordinates of a text rectlangle of an AutoShape. |
void |
serialize(java.io.OutputStream stream)
Serializes an AutoShape object to the stream. |
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, addTextFrame, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getHeight, getLineFormat, getLink, getMasterShapeId, getName, getParent, getPlaceholder, getRotation, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setRotation, setWidth, setX, setY, zOrder |
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
public java.awt.geom.Rectangle2D.Float getTextRectangle()
public int getShapeType()
AutoShapeType
.public Adjustments getAdjustments()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |